This commit is contained in:
jl777
2016-10-27 12:38:30 -03:00
parent 8ccea7c3ff
commit e790fe9c03

View File

@@ -107,6 +107,8 @@ int32_t komodo_gateway_depositremove(uint256 txid,uint16_t vout) // assetchain c
} }
portable_mutex_unlock(&Q->mutex); portable_mutex_unlock(&Q->mutex);
} }
if ( queuesize(&DepositsQ) == 0 && queuesize(&PendingsQ) == 0 )
KOMODO_DEPOSIT = 0;
return(n); return(n);
} }