Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwen01 committed Sep 24, 2024
1 parent 90613bd commit 6dc87c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/optimism/src/l1block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl L1BlockInfo {
[OPERATOR_FEE_SCALAR_OFFSET..OPERATOR_FEE_SCALAR_OFFSET + 4]
.as_ref(),
);
// The `operator_fee_constant` is stored as a big endian u32 at
// The `operator_fee_constant` is stored as a big endian u64 at
// OPERATOR_FEE_CONSTANT_OFFSET.
let operator_fee_constant = U256::from_be_slice(
l1_fee_scalars
Expand Down

0 comments on commit 6dc87c6

Please sign in to comment.