This commit is contained in:
jl777
2016-11-08 13:19:53 -03:00
parent f5927d73a7
commit a6be357ed3
2 changed files with 1 additions and 3 deletions

View File

@@ -153,10 +153,8 @@ 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 )

View File

@@ -724,7 +724,7 @@ void static BitcoinMiner(CWallet *pwallet)
}
if ( pindexPrev != chainActive.Tip() )
{
//if ( ASSETCHAINS_SYMBOL[0] != 0 )
if ( ASSETCHAINS_SYMBOL[0] != 0 )
printf("Tip advanced, break\n");
break;
}