Skip to content

Commit

Permalink
chore: remove unneeded assert
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrankovi committed Dec 18, 2024
1 parent 7358f7e commit b2aecdf
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 b2aecdf

Please sign in to comment.