Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-bgh committed Oct 1, 2023
1 parent 57a49f8 commit b53b65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mev-build-rs/src/reth_builder/payload_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use ethers::{
transaction::eip2718::TypedTransaction, Eip1559TransactionRequest, H160 as ethers_H160,
},
};
use reth_interfaces::{db, RethError};
use reth_interfaces::RethError;
use reth_primitives::{
constants::{BEACON_NONCE, EMPTY_OMMER_ROOT},
proofs, Block, Bytes, ChainSpec, Header, IntoRecoveredTransaction, TransactionSigned,
Expand Down

0 comments on commit b53b65d

Please sign in to comment.