Skip to content

Commit

Permalink
revert: redundant assert from hyperledger-iroha#5140
Browse files Browse the repository at this point in the history
Co-authored-by: Marin Veršić <[email protected]>
Signed-off-by: 0x009922 <[email protected]>
  • Loading branch information
0x009922 and mversic committed Oct 17, 2024
1 parent 2025ba7 commit 6e69436
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/iroha_core/src/sumeragi/main_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,6 @@ impl Sumeragi {
genesis_account: &AccountId,
existing_voting_block: &mut Option<VotingBlock>,
) -> Option<VotingBlock<'state>> {
assert!(!block.header().is_genesis());

ValidBlock::validate_keep_voting_block(
block,
topology,
Expand Down

0 comments on commit 6e69436

Please sign in to comment.