This commit is contained in:
jonesmarvin8 2026-05-17 12:24:11 -04:00
parent 91ba9c1536
commit 2f85288bae
3 changed files with 1 additions and 4 deletions

View File

@ -145,7 +145,6 @@ impl CliAccountMention {
} }
} }
} }
} }
impl FromStr for CliAccountMention { impl FromStr for CliAccountMention {

View File

@ -10,8 +10,7 @@ use sequencer_service_rpc::RpcClient as _;
use super::NativeTokenTransfer; use super::NativeTokenTransfer;
use crate::{ use crate::{
ExecutionFailureKind, cli::CliAccountMention, helperfunctions::read_pin, ExecutionFailureKind, cli::CliAccountMention, helperfunctions::read_pin, signing::SigningGroups,
signing::SigningGroups,
}; };
impl NativeTokenTransfer<'_> { impl NativeTokenTransfer<'_> {

View File

@ -112,4 +112,3 @@ impl SigningGroups {
Ok(sigs) Ok(sigs)
} }
} }