This commit is contained in:
jl777
2018-08-19 06:37:46 -11:00
parent ad274d5be8
commit cd88cde2da

View File

@@ -1286,7 +1286,7 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa
if ( KOMODO_CONNECTING <= 0 && chainActive.LastTip() != 0 )
{
flag = 1;
KOMODO_CONNECTING = (int32_t)chainActive.LastTip()->nHeight + 1;
KOMODO_CONNECTING = 100000000 + (int32_t)chainActive.LastTip()->nHeight + 1;
}
if (!CheckTransaction(tx, state, verifier))
{