mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
[init] better message when no wallet support is compiled in
This commit is contained in:
parent
78f44b60d5
commit
a60bfd810f
@ -1328,7 +1328,7 @@ bool AppInit2(boost::thread_group& threadGroup)
|
|||||||
pwalletMain->SetBroadcastTransactions(GetBoolArg("-walletbroadcast", true));
|
pwalletMain->SetBroadcastTransactions(GetBoolArg("-walletbroadcast", true));
|
||||||
} // (!fDisableWallet)
|
} // (!fDisableWallet)
|
||||||
#else // ENABLE_WALLET
|
#else // ENABLE_WALLET
|
||||||
LogPrintf("No wallet compiled in!\n");
|
LogPrintf("No wallet support compiled in!\n");
|
||||||
#endif // !ENABLE_WALLET
|
#endif // !ENABLE_WALLET
|
||||||
// ********************************************************* Step 9: import blocks
|
// ********************************************************* Step 9: import blocks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user