Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
remove deprecated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryanmtate committed Oct 7, 2021
1 parent 6cb3fed commit 61a153d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ethers-signers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ pub trait Signer: std::fmt::Debug + Send + Sync {

/// Encodes and signs the typed data according EIP-712.
/// Payload must implement Eip712 trait.
/// * `domain` - Optional Eip712 domain struct to override eip712 macro attribute helpers for Eip712 Type `T`;
async fn sign_typed_data<T: Eip712 + Send + Sync>(
&self,
payload: T,
Expand Down

0 comments on commit 61a153d

Please sign in to comment.