mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
unlock coins
This commit is contained in:
parent
e798b71c41
commit
9aa004beb2
@ -6148,6 +6148,7 @@ void CDarkSendPool::CheckTimeout(){
|
||||
} else if(GetTimeMillis()-lastTimeChanged >= 30000){
|
||||
if(fDebug) printf("CDarkSendPool::CheckTimeout() -- SESSION TIMED OUT (30) -- RESETTING\n");
|
||||
SetNull();
|
||||
UnlockCoins();
|
||||
|
||||
UpdateState(POOL_STATUS_ERROR);
|
||||
lastMessage = "Session timed out (30), please resubmit";
|
||||
@ -6157,6 +6158,7 @@ void CDarkSendPool::CheckTimeout(){
|
||||
if(fDebug) printf("CDarkSendPool::CheckTimeout() -- SESSION TIMED OUT -- RESETTING\n");
|
||||
ChargeFees();
|
||||
SetNull();
|
||||
UnlockCoins();
|
||||
//add my transactions to the new session
|
||||
|
||||
UpdateState(POOL_STATUS_ERROR);
|
||||
|
Loading…
Reference in New Issue
Block a user