Skip to content

Commit

Permalink
feat(aptos): remove code
Browse files Browse the repository at this point in the history
  • Loading branch information
Milerius committed Oct 31, 2023
1 parent 1abb8aa commit 3fba52c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rust/tw_aptos/src/signer.rs
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit 3fba52c

Please sign in to comment.