Skip to content

Commit 23abfb7

Browse files
committed
added logging line back that was accidentally removed with #10762
1 parent cf8073f commit 23abfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class DummyWalletInit : public WalletInitInterface {
8080
bool ParameterInteraction() override {return true;}
8181
void RegisterRPC(CRPCTable &) override {}
8282
bool Verify() override {return true;}
83-
bool Open() override {return true;}
83+
bool Open() override {LogPrintf("No wallet support compiled in!\n"); return true;}
8484
void Start(CScheduler& scheduler) override {}
8585
void Flush() override {}
8686
void Stop() override {}

0 commit comments

Comments
 (0)