mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
wallet: Replace confusing getAdjustedTime() with GetTime()
This commit is contained in:
parent
e7507f333b
commit
fa37e798b2
4 changed files with 2 additions and 7 deletions
|
|
@ -656,7 +656,6 @@ public:
|
|||
return chainman().ActiveChainstate().IsInitialBlockDownload();
|
||||
}
|
||||
bool shutdownRequested() override { return ShutdownRequested(); }
|
||||
int64_t getAdjustedTime() override { return GetAdjustedTime(); }
|
||||
void initMessage(const std::string& message) override { ::uiInterface.InitMessage(message); }
|
||||
void initWarning(const bilingual_str& message) override { InitWarning(message); }
|
||||
void initError(const bilingual_str& message) override { InitError(message); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue