Fix LTC not saving passphrase (#2086)
Omar Hatem committed
Mar 16, 2025 at 04:23 UTC
dda3b49da677add97d676a7f560f2e510cad02fe
1 file changed
+1
cw_bitcoin/lib/litecoin_wallet.dart
+1
@@ -77,6 +77,7 @@ abstract class LitecoinWalletBase extends ElectrumWallet with Store {
77
}) : super(
78
mnemonic: mnemonic,
79
password: password,
80
+ passphrase: passphrase,
81
xpub: xpub,
82
walletInfo: walletInfo,
83
unspentCoinsInfo: unspentCoinsInfo,