added logging line back that was accidentally removed with #10762

This commit is contained in:
Steve Lee 2018-04-06 13:50:02 -07:00
parent cf8073f8d1
commit 23abfb7b7f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public:
bool ParameterInteraction() override {return true;}
void RegisterRPC(CRPCTable &) override {}
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 Flush() override {}
void Stop() override {}