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ć <marin.versic101@gmail.com>
Signed-off-by: 0x009922 <43530070+0x009922@users.noreply.github.com>
  • Loading branch information
0x009922 and mversic committed Oct 18, 2024
1 parent 14b7f4f commit de61fd5
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 de61fd5

Please sign in to comment.