test
This commit is contained in:
@@ -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 )
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user