We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9325d1 commit e77d88cCopy full SHA for e77d88c
crates/scroll/alloy/evm/src/block/mod.rs
@@ -116,7 +116,7 @@ where
116
Item = impl ExecutableTx<Self>
117
+ ToTxWithCompressionRatio<<Self as BlockExecutor>::Transaction>,
118
>,
119
- compression_ratios: ScrollTxCompressionRatios,
+ compression_ratios: impl IntoIterator<Item = U256>,
120
) -> Result<BlockExecutionResult<R::Receipt>, BlockExecutionError>
121
where
122
Self: Sized,
0 commit comments