ensure new wallet mnemonic options is reset

This commit is contained in:
julian 2023-08-22 15:10:51 -06:00
parent 04bba2bf2a
commit 02baf4a198

View file

@ -361,6 +361,7 @@ class _NameYourWalletViewState extends ConsumerState<NameYourWalletView> {
.read(mnemonicWordCountStateProvider.state)
.state =
Constants.possibleLengthsForCoin(coin).last;
ref.read(pNewWalletOptions.notifier).state = null;
switch (widget.addWalletType) {
case AddWalletType.New: