mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-29 04:49:51 +00:00
Fix LTC not saving passphrase (#2086)
This commit is contained in:
parent
6abefc25a7
commit
dda3b49da6
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ abstract class LitecoinWalletBase extends ElectrumWallet with Store {
|
||||||
}) : super(
|
}) : super(
|
||||||
mnemonic: mnemonic,
|
mnemonic: mnemonic,
|
||||||
password: password,
|
password: password,
|
||||||
|
passphrase: passphrase,
|
||||||
xpub: xpub,
|
xpub: xpub,
|
||||||
walletInfo: walletInfo,
|
walletInfo: walletInfo,
|
||||||
unspentCoinsInfo: unspentCoinsInfo,
|
unspentCoinsInfo: unspentCoinsInfo,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue