Added indexMasternodes to CMasternodeMan::Clear()

This commit is contained in:
Tim Flynn 2016-11-15 21:31:14 -05:00
parent 087d3d22df
commit ad0e3514c2

View File

@ -295,6 +295,8 @@ void CMasternodeMan::Clear()
mapSeenMasternodePing.clear(); mapSeenMasternodePing.clear();
nDsqCount = 0; nDsqCount = 0;
nLastWatchdogVoteTime = 0; nLastWatchdogVoteTime = 0;
indexMasternodes.Clear();
indexMasternodesOld.Clear();
} }
int CMasternodeMan::CountMasternodes(int nProtocolVersion) int CMasternodeMan::CountMasternodes(int nProtocolVersion)