mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-31 19:49:04 +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(
|
||||
mnemonic: mnemonic,
|
||||
password: password,
|
||||
passphrase: passphrase,
|
||||
xpub: xpub,
|
||||
walletInfo: walletInfo,
|
||||
unspentCoinsInfo: unspentCoinsInfo,
|
||||
|
|
Loading…
Reference in a new issue