Skip to content

Commit e77d88c

Browse files
authored
feat: compression_ratios as an iter (#264)
1 parent e9325d1 commit e77d88c

File tree

1 file changed

+1
-1
lines changed
  • crates/scroll/alloy/evm/src/block

1 file changed

+1
-1
lines changed

crates/scroll/alloy/evm/src/block/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ where
116116
Item = impl ExecutableTx<Self>
117117
+ ToTxWithCompressionRatio<<Self as BlockExecutor>::Transaction>,
118118
>,
119-
compression_ratios: ScrollTxCompressionRatios,
119+
compression_ratios: impl IntoIterator<Item = U256>,
120120
) -> Result<BlockExecutionResult<R::Receipt>, BlockExecutionError>
121121
where
122122
Self: Sized,

0 commit comments

Comments
 (0)