Skip to content

Commit

Permalink
Merge pull request #2918 from Taraxa-project/fix_net_lock_assert
Browse files Browse the repository at this point in the history
chore: remove unneeded assert
  • Loading branch information
rattrap authored Dec 18, 2024
2 parents 7358f7e + b2aecdf commit 90f0893
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/core_libs/consensus/src/pbft/pbft_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,6 @@ void PbftManager::gossipVote(const std::shared_ptr<PbftVote> &vote, const std::s
auto net = network_.lock();
if (!net) {
LOG(log_er_) << "Could not obtain net - cannot gossip new vote";
assert(false);
return;
}

Expand Down

0 comments on commit 90f0893

Please sign in to comment.