From ab35d37766195cbf387bde57e33ce7a0d970b1a3 Mon Sep 17 00:00:00 2001 From: Oleksandr Pravdyvyi Date: Tue, 26 Aug 2025 09:16:46 +0300 Subject: [PATCH] fix: suggestions fix --- wallet/src/helperfunctions.rs | 16 ++++++++++++++++ wallet/src/lib.rs | 1 - 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/wallet/src/helperfunctions.rs b/wallet/src/helperfunctions.rs index ad89491..db6b10f 100644 --- a/wallet/src/helperfunctions.rs +++ b/wallet/src/helperfunctions.rs @@ -63,3 +63,19 @@ pub fn produce_data_for_storage(user_data: &NSSAUserData) -> Vec