| 247 | return GuessVerificationProgress(tip, Params().GetConsensus().nPowTargetSpacing); |
| 248 | } |
| 249 | bool isInitialBlockDownload() override { |
| 250 | return chainman().ActiveChainstate().IsInitialBlockDownload(); |
| 251 | } |
| 252 | bool getReindex() override { return node::fReindex; } |
| 253 | bool getImporting() override { return node::fImporting; } |
| 254 | void setNetworkActive(bool active) override |
no test coverage detected