wallet: Replace confusing getAdjustedTime() with GetTime()

This commit is contained in:
MarcoFalke
2021-12-01 16:32:42 +01:00
parent e7507f333b
commit fa37e798b2
4 changed files with 2 additions and 7 deletions

View File

@@ -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;