reset pSubmittedToMasternode in SetNull()

This commit is contained in:
UdjinM6 2016-11-11 11:29:13 +03:00
parent 643798b5a9
commit 4b4921d8ce

View File

@ -463,6 +463,7 @@ void CDarksendPool::SetNull()
// Client side // Client side
nEntriesCount = 0; nEntriesCount = 0;
fLastEntryAccepted = false; fLastEntryAccepted = false;
pSubmittedToMasternode = NULL;
// Both sides // Both sides
nState = POOL_STATE_IDLE; nState = POOL_STATE_IDLE;