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

Commit

Permalink
fix: revert ledger eip712 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Martinez committed Oct 17, 2021
1 parent 628397a commit d4cc4ed
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ethers-signers/src/ledger/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,4 @@ mod tests {
let addr = ledger.get_address().await.unwrap();
sig.verify(message, addr).unwrap();
}

#[tokio::test]
#[ignore]
asyn fn test_sign_eip712_struct() {
let ledger = LedgerEthereum::new(DerivationType::Legacy(0), 1)
.await
.unwrap();
}
}

0 comments on commit d4cc4ed

Please sign in to comment.