fix NSPV addressindex

This commit is contained in:
blackjok3r
2019-08-02 23:22:20 +08:00
parent a48880635c
commit 4509efcc63
2 changed files with 2 additions and 2 deletions

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;