Merge pull request #292 from jl777/dev

Test
This commit is contained in:
jl777
2017-03-17 08:25:14 +02:00
committed by GitHub

View File

@@ -702,7 +702,8 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
//printf(" height.%d checkdeposit n.%d [%02x] [%c] %d vs %d\n",height,n,script[0],script[offset],script[offset],'X');
opcode = 'X';
strcpy(symbol,(char *)"KMD");
return(-1); // no redeems for now
if ( height >= 235300 )
return(-1); // no redeems for now
}
else
{