Skip to content

Commit

Permalink
fix(signer): export PrimitiveSignature instead of deprecated sig (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya authored Nov 21, 2024
1 parent ceb6e50 commit 60df79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/signer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub use signer::{Signer, SignerSync};

pub mod utils;

pub use alloy_primitives::Signature;
pub use alloy_primitives::PrimitiveSignature as Signature;
pub use k256;

/// Utility to get and set the chain ID on a transaction and the resulting signature within a
Expand Down

0 comments on commit 60df79c

Please sign in to comment.