mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-17 18:40:09 +00:00
[init] ParameterInteraction() iff wallet enabled
This commit is contained in:
parent
6e6ab2c323
commit
fa5d276c90
@ -966,7 +966,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
|
|||||||
nBytesPerSigOp = GetArg("-bytespersigop", nBytesPerSigOp);
|
nBytesPerSigOp = GetArg("-bytespersigop", nBytesPerSigOp);
|
||||||
|
|
||||||
#ifdef ENABLE_WALLET
|
#ifdef ENABLE_WALLET
|
||||||
if (!CWallet::ParameterInteraction())
|
if (!fDisableWallet && !CWallet::ParameterInteraction())
|
||||||
return false;
|
return false;
|
||||||
#endif // ENABLE_WALLET
|
#endif // ENABLE_WALLET
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user