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

Improve user dialog when signing multisig psbts #832

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

Commits on Jul 31, 2024

  1. gui: improve user dialog when signing multisig psbts

    Prior to this commit, when a psbt requiring multiple signers
    is signed via gui the dialog is vague/confusing. Whether the
    signer successfully partially signs the psbt or not the same warning
    is displayed "Could not sign any more inputs." After signing the tx,
    the only way for the user to know if their action had any effect is
    to inspect the psbt (unless it was the last signature that completed
    the psbt, in which case there is a success dialog).
    
    Now we indicate when a psbt has been partially signed, and show how many
    partial signatures the psbt has in the transaction description.
    mjdietzx committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8aec372 View commit details
    Browse the repository at this point in the history