diff --git a/rust/tw_aptos/src/signer.rs b/rust/tw_aptos/src/signer.rs index a9d017ad720..82e388c83b2 100644 --- a/rust/tw_aptos/src/signer.rs +++ b/rust/tw_aptos/src/signer.rs @@ -1,11 +1,9 @@ -use std::borrow::Cow; use std::marker::PhantomData; use std::str::FromStr; use tw_coin_entry::error::SigningResult; use tw_coin_entry::signing_output_error; use tw_keypair::ed25519; use tw_proto::Aptos::Proto; -use tw_proto::Aptos::Proto::TransactionAuthenticator; use crate::address::{Address, AptosAddress}; use crate::transaction_builder;