mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
store 14 word seed in wownero
This commit is contained in:
parent
13b608495b
commit
384bf9b7ba
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ void restoreWalletFromSeedSync(
|
||||||
}
|
}
|
||||||
|
|
||||||
wptr = newWptr;
|
wptr = newWptr;
|
||||||
|
wownero.Wallet_setCacheAttribute(wptr!, key: "cakewallet.seed", value: seed);
|
||||||
|
|
||||||
openedWalletsByPath[path] = wptr!;
|
openedWalletsByPath[path] = wptr!;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue