mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 21:42:47 +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){
|
} else if(GetTimeMillis()-lastTimeChanged >= 30000){
|
||||||
if(fDebug) printf("CDarkSendPool::CheckTimeout() -- SESSION TIMED OUT (30) -- RESETTING\n");
|
if(fDebug) printf("CDarkSendPool::CheckTimeout() -- SESSION TIMED OUT (30) -- RESETTING\n");
|
||||||
SetNull();
|
SetNull();
|
||||||
|
UnlockCoins();
|
||||||
|
|
||||||
UpdateState(POOL_STATUS_ERROR);
|
UpdateState(POOL_STATUS_ERROR);
|
||||||
lastMessage = "Session timed out (30), please resubmit";
|
lastMessage = "Session timed out (30), please resubmit";
|
||||||
@ -6157,6 +6158,7 @@ void CDarkSendPool::CheckTimeout(){
|
|||||||
if(fDebug) printf("CDarkSendPool::CheckTimeout() -- SESSION TIMED OUT -- RESETTING\n");
|
if(fDebug) printf("CDarkSendPool::CheckTimeout() -- SESSION TIMED OUT -- RESETTING\n");
|
||||||
ChargeFees();
|
ChargeFees();
|
||||||
SetNull();
|
SetNull();
|
||||||
|
UnlockCoins();
|
||||||
//add my transactions to the new session
|
//add my transactions to the new session
|
||||||
|
|
||||||
UpdateState(POOL_STATUS_ERROR);
|
UpdateState(POOL_STATUS_ERROR);
|
||||||
|
Loading…
Reference in New Issue
Block a user