diff --git a/wallet/src/program_facades/native_token_transfer/public.rs b/wallet/src/program_facades/native_token_transfer/public.rs index 7a247721..89af5a2d 100644 --- a/wallet/src/program_facades/native_token_transfer/public.rs +++ b/wallet/src/program_facades/native_token_transfer/public.rs @@ -4,7 +4,7 @@ use nssa::{AccountId, program::Program}; use super::NativeTokenTransfer; use crate::{ - ExecutionFailureKind, cli::CliAccountMention, helperfunctions::read_pin, signing::SigningGroups, + ExecutionFailureKind, cli::CliAccountMention, signing::SigningGroups, }; impl NativeTokenTransfer<'_> {