Fix nSPV fullnode nServices

This commit is contained in:
jl777
2019-08-08 04:36:23 -11:00
parent e86e40a155
commit 1ec92e3df2

View File

@@ -1911,7 +1911,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
PruneAndFlush();
}
}
if ( KOMODO_NSPV > 0 )
if ( KOMODO_NSPV == 0 )
{
if ( GetBoolArg("-addressindex", DEFAULT_ADDRESSINDEX) != 0 )
nLocalServices |= NODE_ADDRINDEX;