We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907e369 commit 14ec576Copy full SHA for 14ec576
chain/ethereum/src/ethereum_adapter.rs
@@ -1703,7 +1703,7 @@ async fn filter_call_triggers_from_unsuccessful_transactions(
1703
.filter(|transaction| transaction_hashes.contains(&transaction.hash))
1704
.collect(),
1705
BlockFinality::NonFinal(_block_with_calls) => {
1706
- unreachable!("this function should not be called for dealing with non-final blocks")
+ unreachable!("this function should not be called when dealing with non-final blocks")
1707
}
1708
1709
};
0 commit comments