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 094530a commit 89d2bf0Copy full SHA for 89d2bf0
crates/scroll/alloy/evm/src/lib.rs
@@ -154,6 +154,8 @@ where
154
authorization_list: Default::default(),
155
},
156
rlp_bytes: Some(Default::default()),
157
+ // System transactions (similar to L1MessageTx) do not pay a rollup fee,
158
+ // so this field is not used; we just set it to the default value.
159
compression_ratio: Some(TX_L1_FEE_PRECISION_U256),
160
};
161
0 commit comments