From f8153c6fb99f8ac60e9e286c5ffa3646c525005c Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Fri, 3 Oct 2025 17:07:15 -0300 Subject: [PATCH] fmt, clippy --- wallet/src/helperfunctions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/src/helperfunctions.rs b/wallet/src/helperfunctions.rs index 5b2c456..20f4eec 100644 --- a/wallet/src/helperfunctions.rs +++ b/wallet/src/helperfunctions.rs @@ -5,7 +5,7 @@ use std::{fs::File, io::BufReader, path::PathBuf, str::FromStr}; use anyhow::Result; use key_protocol::key_protocol_core::NSSAUserData; -use nssa::{Account, Address}; +use nssa::Account; use serde::Serialize; use crate::{