From ce0d0c48863feed4712c2b32801325a621c025f4 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 275e13fc..c3e4ef21 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