test
This commit is contained in:
@@ -107,7 +107,7 @@ 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 )
|
if ( queue_size(&DepositsQ) == 0 && queue_size(&PendingsQ) == 0 )
|
||||||
KOMODO_DEPOSIT = 0;
|
KOMODO_DEPOSIT = 0;
|
||||||
return(n);
|
return(n);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user