Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Oct 15, 2022
1 parent 9e98b71 commit 34235ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ members = [
"crates/db"
]
default-members = ["bin/reth"]

[patch."https://github.com/gakonst/ethers-rs"]
ethers-core = { git = "https://github.com/rjected/ethers-rs", branch = "add-h128" }
2 changes: 1 addition & 1 deletion crates/primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ pub type StorageValue = H256;
// NOTE: There is a benefit of using wrapped Bytes as it gives us serde and debug
pub use ethers_core::{
types as rpc,
types::{Bloom, Bytes, H160, H128, H256, H512, H64, U256, U64},
types::{Bloom, Bytes, H128, H160, H256, H512, H64, U256, U64},
};

0 comments on commit 34235ff

Please sign in to comment.