Skip to content

Commit 224c40a

Browse files
committed
fix
1 parent a91ef9f commit 224c40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/scroll/payload/src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use super::ScrollPayloadBuilderError;
44
use crate::config::{calculate_block_gas_limit, PayloadBuildingBreaker, ScrollBuilderConfig};
55

6-
use alloy_consensus::{Transaction, Typed2718};
6+
use alloy_consensus::{BlockHeader, Transaction, Typed2718};
77
use alloy_primitives::U256;
88
use alloy_rlp::Encodable;
99
use core::fmt::Debug;

0 commit comments

Comments
 (0)