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

btcjson: add RPC_IN_WARMUP error code #1541

Merged
merged 1 commit into from
Mar 9, 2020
Merged

Commits on Feb 18, 2020

  1. btcjson: add RPC_IN_WARMUP error code

    This adds an error code for the `RPC_IN_WARMUP` error code defined at
    https://github.com/bitcoin/bitcoin/blob/master/src/rpc/protocol.h#L49
    which is thrown when bitcoind has started but has not yet finished
    verifying recent blocks and being ready for rpc calls.
    sangaman authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    fcf6b82 View commit details
    Browse the repository at this point in the history