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

daemon.load_wallet to raise if given redundant password #8799

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 8, 2024

  1. daemon.load_wallet to raise if given redundant password

    - for a wallet with no password, running commands with a pw given should raise
      InvalidPassword, instead of ignoring the provided pw
    - and for wallet.unlock, it is very confusing to save the given pw in memory,
      if the wallet does not actually use a pw
    SomberNight committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    8163182 View commit details
    Browse the repository at this point in the history