Skip to content

Commit fabc290

Browse files
committed
Fix clippy
1 parent 70b8006 commit fabc290

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/platform/optimism/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use {
33
alloy::{
44
eips::Encodable2718,
55
optimism::consensus::OpPooledTransaction as AlloyPoolTx,
6+
primitives::Bytes,
67
},
78
reth::{
89
api::NodeTypes,
@@ -74,7 +75,7 @@ impl Platform for Optimism {
7475
)
7576
.unwrap_or_default()
7677
} else {
77-
Default::default()
78+
Bytes::default()
7879
};
7980

8081
OpNextBlockEnvAttributes {

0 commit comments

Comments
 (0)