This commit is contained in:
jl777
2017-03-25 01:10:50 +02:00
parent 9f12949400
commit 3d02f57b42
2 changed files with 2 additions and 2 deletions

View File

@@ -810,7 +810,7 @@ int32_t komodo_validate_interest(const CTransaction &tx,int32_t txheight,uint32_
uint32_t cmptime = nTime;
if ( KOMODO_REWIND == 0 && ASSETCHAINS_SYMBOL[0] == 0 && (int64_t)tx.nLockTime >= LOCKTIME_THRESHOLD ) //1473793441 )
{
if ( txheight > 246748-1000 )
if ( txheight > 246748 )
{
if ( txheight < 247205 )
cmptime -= 600;