Merge pull request #65 from jl777/acspeed

hotfix
This commit is contained in:
jl777
2016-11-24 19:14:51 -03:00
committed by GitHub

View File

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