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 5ad7e14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ethereum-types/src/lib.rs
Expand Up @@ -13,9 +13,7 @@ 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 use uint::{FromDecStrErr, FromStrRadixErr, FromStrRadixErrKind, U128, U256, U512, U64};

pub type Address = H160;
pub type Secret = H256;
Expand Down

0 comments on commit 5ad7e14

Please sign in to comment.