test
This commit is contained in:
@@ -102,7 +102,7 @@ void komodo_gateway_deposits(CMutableTransaction *txNew)
|
|||||||
PENDING_KOMODO_TX = 0;
|
PENDING_KOMODO_TX = 0;
|
||||||
HASH_ITER(hh,PAX,pax,tmp)
|
HASH_ITER(hh,PAX,pax,tmp)
|
||||||
{
|
{
|
||||||
if ( pax->mark != 0 )
|
if ( pax->marked != 0 )
|
||||||
continue;
|
continue;
|
||||||
txNew->vout.resize(numvouts+1);
|
txNew->vout.resize(numvouts+1);
|
||||||
txNew->vout[numvouts].nValue = pax->fiatoshis;
|
txNew->vout[numvouts].nValue = pax->fiatoshis;
|
||||||
|
|||||||
Reference in New Issue
Block a user