diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-12-01 16:32:42 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-12-01 16:26:11 +0100 |
commit | fa37e798b2660d8e44e31c944a257b55aeef5de2 (patch) | |
tree | 455970a259a24dc9ea06bfa886c8a03c6f7a84cf /src/interfaces/chain.h | |
parent | e7507f333bc93047d0baadea4fde19f770dacb56 (diff) |
wallet: Replace confusing getAdjustedTime() with GetTime()
Diffstat (limited to 'src/interfaces/chain.h')
-rw-r--r-- | src/interfaces/chain.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interfaces/chain.h b/src/interfaces/chain.h index 38004ce95d..601c677a20 100644 --- a/src/interfaces/chain.h +++ b/src/interfaces/chain.h @@ -217,9 +217,6 @@ public: //! Check if shutdown requested. virtual bool shutdownRequested() = 0; - //! Get adjusted time. - virtual int64_t getAdjustedTime() = 0; - //! Send init message. virtual void initMessage(const std::string& message) = 0; |