Test
This commit is contained in:
@@ -719,7 +719,7 @@ int32_t komodo_validate_interest(const CTransaction& tx)
|
|||||||
}
|
}
|
||||||
if ( (int64_t)tx.nLockTime < prevblocktime-3600 )
|
if ( (int64_t)tx.nLockTime < prevblocktime-3600 )
|
||||||
{
|
{
|
||||||
if ( tiptime > 1490159171 || (txheight == 0 && prevblocktime >= 1490159171) ) // 246748
|
if ( prevblocktime > 1490159171 || (txheight == 0 && prevblocktime >= 1490159171) ) // 246748
|
||||||
{
|
{
|
||||||
static uint32_t counter;
|
static uint32_t counter;
|
||||||
if ( counter++ < 100 )
|
if ( counter++ < 100 )
|
||||||
|
|||||||
Reference in New Issue
Block a user