Skip to content

Commit 89d2bf0

Browse files
committed
add comment
1 parent 094530a commit 89d2bf0

File tree

1 file changed

+2
-0
lines changed
  • crates/scroll/alloy/evm/src

1 file changed

+2
-0
lines changed

crates/scroll/alloy/evm/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ where
154154
authorization_list: Default::default(),
155155
},
156156
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.
157159
compression_ratio: Some(TX_L1_FEE_PRECISION_U256),
158160
};
159161

0 commit comments

Comments
 (0)