Unlock coins when using Darksend reset button
This commit is contained in:
parent
e73403b5ac
commit
6bd5ec15b3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user