mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-22 02:34:59 +00:00
store passphrase for weird polyseed
This commit is contained in:
parent
312e2859c7
commit
779b35f642
2 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,7 @@ void restoreWalletFromPolyseedWithOffset(
|
|||
wptr = newWptr;
|
||||
|
||||
monero.Wallet_setCacheAttribute(wptr!, key: "cakewallet.seed", value: seed);
|
||||
monero.Wallet_setCacheAttribute(wptr!, key: "cakewallet.passphrase", value: seedOffset);
|
||||
|
||||
storeSync();
|
||||
|
||||
|
|
|
@ -210,6 +210,7 @@ void restoreWalletFromPolyseedWithOffset(
|
|||
wptr = newWptr;
|
||||
|
||||
wownero.Wallet_setCacheAttribute(wptr!, key: "cakewallet.seed", value: seed);
|
||||
wownero.Wallet_setCacheAttribute(wptr!, key: "cakewallet.passphrase", value: seedOffset);
|
||||
|
||||
storeSync();
|
||||
|
||||
|
|
Loading…
Reference in a new issue