Skip to content

Commit

Permalink
move mod
Browse files Browse the repository at this point in the history
  • Loading branch information
grandima committed Oct 31, 2024
1 parent 2ac8cad commit d6d6eb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/primitives/src/signature/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ pub use parity::Parity;
mod ecdsa_sig;
pub use ecdsa_sig::EcdsaSignature;

mod utils;

mod super_sig;
pub use super_sig::{ArbitrarySuperSig, K256SuperSig, RlpSuperSig, SerdeSuperSig};

mod sig;
pub use sig::Signature;

mod utils;
pub use utils::{normalize_v, to_eip155_v};

mod primitive_sig;
Expand Down

0 comments on commit d6d6eb7

Please sign in to comment.