From 50a197278879e8d9416e1c3f091e8fac44bb4513 Mon Sep 17 00:00:00 2001 From: Artem Gureev Date: Fri, 10 Jul 2026 14:43:51 +0000 Subject: [PATCH] fix(wallet): catch up a shared account from genesis on registration --- lez/wallet/src/cli/account.rs | 41 +++++++------ lez/wallet/src/lib.rs | 58 +++++++++++++++++- lez/wallet/src/storage/key_chain.rs | 95 +++++++++++++++++++++++++++++ 3 files changed, 175 insertions(+), 19 deletions(-) diff --git a/lez/wallet/src/cli/account.rs b/lez/wallet/src/cli/account.rs index c700d2e9..4aa3b4c8 100644 --- a/lez/wallet/src/cli/account.rs +++ b/lez/wallet/src/cli/account.rs @@ -197,7 +197,7 @@ impl NewSubcommand { Ok(SubcommandReturnValue::RegisterAccount { account_id }) } - fn handle_private_gms( + async fn handle_private_gms( group: &Label, label: Option