Skip to content

Commit 14ec576

Browse files
committed
chain: Typo
1 parent 907e369 commit 14ec576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chain/ethereum/src/ethereum_adapter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ async fn filter_call_triggers_from_unsuccessful_transactions(
17031703
.filter(|transaction| transaction_hashes.contains(&transaction.hash))
17041704
.collect(),
17051705
BlockFinality::NonFinal(_block_with_calls) => {
1706-
unreachable!("this function should not be called for dealing with non-final blocks")
1706+
unreachable!("this function should not be called when dealing with non-final blocks")
17071707
}
17081708
}
17091709
};

0 commit comments

Comments
 (0)