Unlock coins when using Darksend reset button

This commit is contained in:
Evan Duffield 2015-01-08 14:16:17 -07:00
parent e73403b5ac
commit 6bd5ec15b3

View File

@ -435,6 +435,7 @@ int GetInputDarksendRounds(CTxIn in, int rounds)
void CDarkSendPool::Reset(){
cachedLastSuccess = 0;
vecMasternodesUsed.clear();
UnlockCoins();
SetNull();
}
@ -1675,7 +1676,7 @@ bool CDarkSendPool::DoAutomaticDenominating(bool fDryRun, bool ready)
if(!ready) return true;
if(sessionDenom == 0) return true;
return false;
}