fix zcash not getting passed the group seed
OmarHatem committed
Jan 17, 2026 at 21:04 UTC
5c166f0e4b0439a15d586135ef44f54818a77d1a
1 file changed
+1
lib/view_model/wallet_new_vm.dart
+1
@@ -143,6 +143,7 @@ abstract class WalletNewVMBase extends WalletCreationVM with Store {
143
return zcash!.createZcashNewWalletCredentials(
144
name: name,
145
password: walletPassword,
146
+ mnemonic: newWalletArguments!.mnemonic,
147
passphrase: passphrase,
148
);
149
case WalletType.decred: