Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send fails during sync #51

Open
jamesob opened this issue Dec 8, 2021 · 0 comments
Open

Send fails during sync #51

jamesob opened this issue Dec 8, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@jamesob
Copy link
Owner

jamesob commented Dec 8, 2021

Traceback (most recent call last):
  File "/usr/local/bin/coldcore", line 3268, in <module>
    main()
  File "/usr/local/bin/coldcore", line 3259, in main
    cli.run()
  File "/usr/local/bin/coldcore", line 318, in run
    return fnc(*func_args, **func_kwargs)
  File "/usr/local/bin/coldcore", line 2163, in prepare_send
    return _prepare_send(config, rpcw, to_address, amount, spend_from_list)
  File "/usr/local/bin/coldcore", line 2837, in _prepare_send
    result = rpcw.walletcreatefundedpsbt(
  File "/usr/local/bin/coldcore", line 625, in _call_wrapper
    return self._call(name, *args)
  File "/usr/local/bin/coldcore", line 575, in _call
    raise JSONRPCError(
__main__.JSONRPCError: msg: 'Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.'  code: -4
@jamesob jamesob added the bug Something isn't working label Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant