This commit is contained in:
jl777
2017-03-22 09:58:57 +02:00
parent 228d46dee6
commit bab020f8be

View File

@@ -874,7 +874,7 @@ int32_t komodo_validate_interest(const CTransaction& tx)
tiptime = chainActive.Tip()->nTime; tiptime = chainActive.Tip()->nTime;
if ( (int64_t)tx.nLockTime < tiptime-3600 ) if ( (int64_t)tx.nLockTime < tiptime-3600 )
{ {
if ( tiptime >= 1490159171 ) // 246748 if ( tiptime > 1490159171 ) // 246748
{ {
static uint32_t counter; static uint32_t counter;
if ( counter++ < 100 ) if ( counter++ < 100 )