Skip to content

Commit

Permalink
added logging line back that was accidentally removed with bitcoin#10762
Browse files Browse the repository at this point in the history
  • Loading branch information
moneyball committed Apr 9, 2018
1 parent cf8073f commit 23abfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class DummyWalletInit : public WalletInitInterface {
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 {}
Expand Down

0 comments on commit 23abfb7

Please sign in to comment.