store 14 word seed in wownero

This commit is contained in:
Czarek Nakamoto 2024-12-20 10:00:59 +01:00
parent 13b608495b
commit 384bf9b7ba

View file

@ -127,6 +127,7 @@ void restoreWalletFromSeedSync(
}
wptr = newWptr;
wownero.Wallet_setCacheAttribute(wptr!, key: "cakewallet.seed", value: seed);
openedWalletsByPath[path] = wptr!;
}