This commit is contained in:
jl777
2016-11-29 13:15:41 -03:00
parent 9b701b901e
commit 9bd14f97d7

View File

@@ -498,7 +498,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
}
if ( matched != num )
{
printf("WOULD REJECT: ht.%d (%c) matched.%d vs num.%d\n",height,opcode,matched,num);
printf("WOULD REJECT %s: ht.%d (%c) matched.%d vs num.%d\n",symbol,height,opcode,matched,num);
// can easily happen depending on order of loading
if ( height > 100000 ) //&& opcode == 'X' )
{