This commit is contained in:
jl777
2016-10-27 13:50:18 -03:00
parent e1742bee17
commit 7672a1258c
2 changed files with 5 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ int32_t komodo_gateway_depositremove(uint256 txid,uint16_t vout) // assetchain c
portable_mutex_unlock(&Q->mutex);
}
if ( queue_size(&DepositsQ) == 0 && queue_size(&PendingsQ) == 0 )
KOMODO_DEPOSIT = 0;
KOMODO_DEPOSIT = PENDING_KOMODO_TX = 0;
return(n);
}