vinteumorg / Floresta

A fully-validating Bitcoin node powered by Utreexo, with an integrated Electrum Server
MIT License
177 stars 37 forks source link

rpc: don't try to run some rpcs if in ibd #229

Closed Davidson-Souza closed 2 months ago

Davidson-Souza commented 2 months ago

Some RPCs timeout if we try to make them while on IBD, and this gets the RPC server stuck forever. This commit forbids running them during IBD, and return an error.