mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
fix(cw_monero): fix missing passphrase for bip39 Monero Wallets (#2188)
This commit is contained in:
parent
9b1ca4ea2e
commit
14549bcfe2
1 changed files with 2 additions and 0 deletions
|
@ -403,6 +403,8 @@ class MoneroWalletService extends WalletService<
|
|||
|
||||
monero.Wallet_setCacheAttribute(wptr!,
|
||||
key: "cakewallet.seed.bip39", value: mnemonic);
|
||||
monero.Wallet_setCacheAttribute(wptr!,
|
||||
key: "cakewallet.passphrase", value: passphrase ?? '');
|
||||
|
||||
monero.Wallet_store(wptr!);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue