Skip to content

Commit a60bfd8

Browse files
Philip Kaufmanntheuni
authored andcommitted
[init] better message when no wallet support is compiled in
1 parent 78f44b6 commit a60bfd8

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
@@ -1328,7 +1328,7 @@ bool AppInit2(boost::thread_group& threadGroup)
13281328
pwalletMain->SetBroadcastTransactions(GetBoolArg("-walletbroadcast", true));
13291329
} // (!fDisableWallet)
13301330
#else // ENABLE_WALLET
1331-
LogPrintf("No wallet compiled in!\n");
1331+
LogPrintf("No wallet support compiled in!\n");
13321332
#endif // !ENABLE_WALLET
13331333
// ********************************************************* Step 9: import blocks
13341334

0 commit comments

Comments
 (0)