Skip to content

Commit fa5d276

Browse files
author
MarcoFalke
committed
[init] ParameterInteraction() iff wallet enabled
1 parent 6e6ab2c commit fa5d276

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
@@ -966,7 +966,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
966966
nBytesPerSigOp = GetArg("-bytespersigop", nBytesPerSigOp);
967967

968968
#ifdef ENABLE_WALLET
969-
if (!CWallet::ParameterInteraction())
969+
if (!fDisableWallet && !CWallet::ParameterInteraction())
970970
return false;
971971
#endif // ENABLE_WALLET
972972

0 commit comments

Comments
 (0)