This commit is contained in:
jl777 2016-10-31 19:21:05 -03:00
parent 93760f48a3
commit 15a04b7852

View File

@ -102,7 +102,7 @@ void komodo_gateway_deposits(CMutableTransaction *txNew)
PENDING_KOMODO_TX = 0;
HASH_ITER(hh,PAX,pax,tmp)
{
if ( pax->mark != 0 )
if ( pax->marked != 0 )
continue;
txNew->vout.resize(numvouts+1);
txNew->vout[numvouts].nValue = pax->fiatoshis;