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

Commit

Permalink
fix: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Martinez committed Oct 17, 2021
1 parent d1b014e commit 7b79f3b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ethers-signers/src/ledger/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,15 +216,9 @@ impl LedgerEthereum {
mod tests {
use super::*;
use crate::Signer;
use ethers_core::types::{Address, transaction::eip712::Eip712, TransactionRequest};
use ethers_contract::EthAbiType;
use ethers_core::types::{Address, TransactionRequest};
use std::str::FromStr;

struct Eip712Struct {
message: String,
owner: Address,
}

#[tokio::test]
#[ignore]
// Replace this with your ETH addresses.
Expand Down

0 comments on commit 7b79f3b

Please sign in to comment.