Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
joshieDo committed Nov 26, 2024
1 parent df725e1 commit 6456098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/constants/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use alloy_primitives::{Address, address};
use alloy_primitives::{address, Address};

/// Withdrawal predeployed contract address.
///
Expand Down
2 changes: 1 addition & 1 deletion crates/node/src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ use jsonrpsee::{
core::{async_trait, RpcResult},
proc_macros::rpc,
};
use odyssey_constants::WITHDRAWAL_CONTRACT;
use reth_errors::RethError;
use reth_rpc_eth_api::{
helpers::{EthState, FullEthApi},
Expand All @@ -22,7 +23,6 @@ use reth_rpc_eth_types::EthApiError;
use reth_rpc_types_compat::proof::from_primitive_account_proof;
use reth_trie_common::AccountProof;
use tracing::trace;
use odyssey_constants::WITHDRAWAL_CONTRACT;

/// Odyssey `eth_` RPC namespace overrides.
#[cfg_attr(not(test), rpc(server, namespace = "eth"))]
Expand Down

0 comments on commit 6456098

Please sign in to comment.