From 3fba52cab999def0d2d6b67074a206408da3981b Mon Sep 17 00:00:00 2001 From: Milerius Date: Mon, 30 Oct 2023 05:01:55 -0500 Subject: [PATCH] feat(aptos): remove code --- rust/tw_aptos/src/signer.rs | 2 -- 1 file changed, 2 deletions(-) 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;