We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8073f commit 23abfb7Copy full SHA for 23abfb7
src/init.cpp
@@ -80,7 +80,7 @@ class DummyWalletInit : public WalletInitInterface {
80
bool ParameterInteraction() override {return true;}
81
void RegisterRPC(CRPCTable &) override {}
82
bool Verify() override {return true;}
83
- bool Open() override {return true;}
+ bool Open() override {LogPrintf("No wallet support compiled in!\n"); return true;}
84
void Start(CScheduler& scheduler) override {}
85
void Flush() override {}
86
void Stop() override {}
0 commit comments