Revert "test"

This reverts commit 4c000337a2.
This commit is contained in:
jl777
2016-12-09 17:11:44 +02:00
parent 4c000337a2
commit d2baf46fc2

View File

@@ -485,7 +485,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
{
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 > 110000 ) //&& opcode == 'X' )
if ( height > 100000 ) //&& opcode == 'X' )
{
printf("REJECT: ht.%d (%c) matched.%d vs num.%d\n",height,opcode,matched,num);
return(-1);