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

wallet: bugfix, load a wallet with an unknown/corrupt descriptor causes a fatal error #26021

Merged

Commits on Sep 9, 2022

  1. wallet: bugfix, load wallet with an unknown descriptor cause fatal error

    If the descriptor entry is unrecognized/corrupt, the unserialization fails and
    `LoadWallet` instead of stop there and return the error, continues reading all
    the db records. As other records tied to the unrecognized/corrupted descriptor
    are scanned, a fatal error is thrown.
    furszy committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    d26c3cc View commit details
    Browse the repository at this point in the history
  2. wallet: coverage for loading an unknown descriptor

    Previously, this was crashing the wallet.
    furszy committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    e066763 View commit details
    Browse the repository at this point in the history