Skip to content

Commit ac1591a

Browse files
committed
chore: not more required blockchain beeing fully synced to refuse block conflicting to chainlocks
Check if blockchain synced is already done ChainLockSigner::TrySignChainTip but in other places it does not seem useful
1 parent 859e29a commit ac1591a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/instantsend/instantsend.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,9 +476,6 @@ bool CInstantSendManager::IsInstantSendEnabled() const
476476

477477
bool CInstantSendManager::RejectConflictingBlocks() const
478478
{
479-
if (!m_mn_sync.IsBlockchainSynced()) {
480-
return false;
481-
}
482479
if (!spork_manager.IsSporkActive(SPORK_3_INSTANTSEND_BLOCK_FILTERING)) {
483480
LogPrint(BCLog::INSTANTSEND, "%s: spork3 is off, skipping transaction locking checks\n", __func__);
484481
return false;

0 commit comments

Comments
 (0)