aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-12-01 16:32:42 +0100
committerMarcoFalke <falke.marco@gmail.com>2021-12-01 16:26:11 +0100
commitfa37e798b2660d8e44e31c944a257b55aeef5de2 (patch)
tree455970a259a24dc9ea06bfa886c8a03c6f7a84cf /src/interfaces
parente7507f333bc93047d0baadea4fde19f770dacb56 (diff)
downloadbitcoin-fa37e798b2660d8e44e31c944a257b55aeef5de2.tar.xz
wallet: Replace confusing getAdjustedTime() with GetTime()
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/chain.h3
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;