Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create wallet: don't allow entry of already existing wallet name #413

Open
1 task done
MarnixCroes opened this issue Aug 5, 2024 · 1 comment
Open
1 task done
Labels

Comments

@MarnixCroes
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Current behaviour

currently there is no check if the entered wallet name already exists.
it should check it and don't allow it/have a related message

as mentioned in #403 (review)

Expected behaviour

  • not able to continue when entering an already existing wallet name.
  • have a warning/error message that wallet name already exists.

Steps to reproduce

enter existing wallet name

Relevant log output

No response

How did you obtain Bitcoin Core

Compiled from source

What version of Bitcoin Core are you using?

a73577b

Operating system and version

linux

Machine specifications

No response

@MarnixCroes MarnixCroes changed the title create wallet: don't allow entry of already exisiting wallet name create wallet: don't allow entry of already existing wallet name Aug 5, 2024
@jarolrod
Copy link
Member

The Qt Widgets allows this, but will then fail to create the wallet, we do want to fail early, so agree with this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants