From 820f1fb9a4c9de63143fd94097ac6fab6975bb61 Mon Sep 17 00:00:00 2001 From: arkpar Date: Mon, 10 Aug 2015 18:02:43 +0200 Subject: [PATCH] removed misplaced invariant check --- libethereum/BlockChainSync.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libethereum/BlockChainSync.cpp b/libethereum/BlockChainSync.cpp index e5717511d..1f0e2a535 100644 --- a/libethereum/BlockChainSync.cpp +++ b/libethereum/BlockChainSync.cpp @@ -833,7 +833,6 @@ void PV60Sync::abortSync() void PV60Sync::onPeerAborting() { RecursiveGuard l(x_sync); - DEV_INVARIANT_CHECK; // Can't check invariants here since the peers is already removed from the list and the state is not updated yet. if (m_syncer.expired() && m_state != SyncState::Idle) {