Stub messages

This commit is contained in:
jl777
2019-07-02 04:58:27 -11:00
parent aa1c651a74
commit d15bfa2bd3
3 changed files with 54 additions and 23 deletions

View File

@@ -1067,7 +1067,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
if ( KOMODO_NSPV != 0 )
{
fDisableWallet = true;
nLocalServices &= ~NODE_NETWORK;
nLocalServices = 0;
}
if (!fDisableWallet)
RegisterWalletRPCCommands(tableRPC);