From 384bf9b7ba554dfa67e9035b9de9eb3bca9cfd0b Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Fri, 20 Dec 2024 10:00:59 +0100 Subject: [PATCH] store 14 word seed in wownero --- cw_wownero/lib/api/wallet_manager.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/cw_wownero/lib/api/wallet_manager.dart b/cw_wownero/lib/api/wallet_manager.dart index 6681652db..12c4e69d5 100644 --- a/cw_wownero/lib/api/wallet_manager.dart +++ b/cw_wownero/lib/api/wallet_manager.dart @@ -127,6 +127,7 @@ void restoreWalletFromSeedSync( } wptr = newWptr; + wownero.Wallet_setCacheAttribute(wptr!, key: "cakewallet.seed", value: seed); openedWalletsByPath[path] = wptr!; }