Added indexMasternodes to CMasternodeMan::Clear()
This commit is contained in:
parent
087d3d22df
commit
ad0e3514c2
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user