This commit is contained in:
jl777
2016-11-08 12:36:13 -03:00
parent 00cf544ef8
commit a8961ee0cc
2 changed files with 3 additions and 1 deletions

View File

@@ -153,8 +153,10 @@ void komodo_gateway_deposits(CMutableTransaction *txNew,int32_t shortflag,char *
if ( strcmp(symbol,"KMD") != 0 )
opcode = 'I';
else opcode = 'X';
printf("gateway deposits\n");
HASH_ITER(hh,PAX,pax,tmp)
{
printf("pax.%p\n",pax);
if ( pax->marked != 0 )
continue;
if ( ASSETCHAINS_SYMBOL[0] != 0 )