This commit is contained in:
jl777
2017-03-17 08:24:48 +02:00
parent 05ca2ffc17
commit ad4559b140

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
{