Update lib/view_model/wallet_new_vm.dart

This commit is contained in:
Omar Hatem 2025-01-13 17:04:28 +02:00 committed by GitHub
parent f799a0131e
commit 5129f29ded
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -152,7 +152,7 @@ abstract class WalletNewVMBase extends WalletCreationVM with Store {
case WalletType.wownero:
return wownero!.createWowneroNewWalletCredentials(
name: name,
password: walletPassword!,
password: walletPassword,
language: options!.first as String,
isPolyseed: options.last as bool,
);