mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
added logging line back that was accidentally removed with #10762
This commit is contained in:
parent
cf8073f8d1
commit
23abfb7b7f
@ -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…
Reference in New Issue
Block a user