| 183 | return GuessVerificationProgress(Params().TxData(), tip); |
| 184 | } |
| 185 | bool isInitialBlockDownload() override { return IsInitialBlockDownload(); } |
| 186 | bool getReindex() override { return ::fReindex; } |
| 187 | bool getImporting() override { return ::fImporting; } |
| 188 | void setNetworkActive(bool active) override |
no test coverage detected