mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
added logging line back that was accidentally removed with #10762
This commit is contained in:
parent
cf8073f8d1
commit
23abfb7b7f
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ public:
|
||||||
bool ParameterInteraction() override {return true;}
|
bool ParameterInteraction() override {return true;}
|
||||||
void RegisterRPC(CRPCTable &) override {}
|
void RegisterRPC(CRPCTable &) override {}
|
||||||
bool Verify() override {return true;}
|
bool Verify() override {return true;}
|
||||||
bool Open() override {return true;}
|
bool Open() override {LogPrintf("No wallet support compiled in!\n"); return true;}
|
||||||
void Start(CScheduler& scheduler) override {}
|
void Start(CScheduler& scheduler) override {}
|
||||||
void Flush() override {}
|
void Flush() override {}
|
||||||
void Stop() override {}
|
void Stop() override {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue