Skip to content

Commit

Permalink
fix ethereum-types
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Dec 27, 2020
1 parent 2641855 commit 752052f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ethereum-types/src/lib.rs
Expand Up @@ -13,8 +13,6 @@ mod uint;

pub use ethbloom::{Bloom, BloomRef, Input as BloomInput};
pub use hash::{BigEndianHash, H128, H160, H256, H264, H32, H512, H520, H64};
#[cfg(feature = "num-traits")]
pub use primitive_types::{FromStrRadixErr, FromStrRadixErrKind};
pub use uint::{FromDecStrErr, U128, U256, U512, U64};

pub type Address = H160;
Expand Down

0 comments on commit 752052f

Please sign in to comment.