Remove use of IsInitialBlockDownload in wallet code

This commit does not change behavior.
This commit is contained in:
Russell Yanofsky
2018-07-10 15:48:03 -04:00
parent 1106a6fde4
commit a1df1b48a8
3 changed files with 5 additions and 1 deletions

View File

@@ -178,6 +178,9 @@ public:
//! Check if p2p enabled.
virtual bool p2pEnabled() = 0;
// Check if in IBD.
virtual bool isInitialBlockDownload() = 0;
//! Get adjusted time.
virtual int64_t getAdjustedTime() = 0;