Remove uses of GetAdjustedTime in wallet code

This commit does not change behavior.
This commit is contained in:
Russell Yanofsky
2017-07-28 22:54:31 -04:00
parent 6d6bcc77c0
commit c5e59a96a8
3 changed files with 6 additions and 1 deletions

View File

@@ -164,6 +164,9 @@ public:
//! Check if p2p enabled.
virtual bool p2pEnabled() = 0;
//! Get adjusted time.
virtual int64_t getAdjustedTime() = 0;
};
//! Interface to let node manage chain clients (wallets, or maybe tools for