From 26df0ceb7b49102c0704b75dee023c64c59ebb12 Mon Sep 17 00:00:00 2001 From: jonesmarvin8 <83104039+jonesmarvin8@users.noreply.github.com> Date: Mon, 18 May 2026 08:54:50 -0400 Subject: [PATCH] clippy fix --- wallet/src/program_facades/native_token_transfer/public.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<'_> {