-
Notifications
You must be signed in to change notification settings - Fork 64
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
gui(spend): display warnings for draft PSBTs #940
gui(spend): display warnings for draft PSBTs #940
Conversation
it looks to me:
|
As the warnings are only shown for the draft PSBT and disappear once saved, I've moved them outside of the overview card to give them a more temporary look. I've also removed the need to click on anything to see the warning(s). If there are no warnings, no message will be displayed.
This isn't possible for now as the warning messages are those returned from Here's a screenshot of the changes in 2466b93: |
2466b93
to
3efa761
Compare
Screenshot looks good to me. This PR needs (trivial) rebase. |
3efa761
to
eb7cf5c
Compare
Rebased on master. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK eb7cf5c
eb7cf5c
to
85f5a68
Compare
Rebased on master to fix failing CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 85f5a68
This is to complete #811.
It displays any warnings generated by
createspend
on the draft PSBT view, which could currently be those from #905 and #873. Once the PSBT has been saved, these warnings will no longer be shown.Below are some screenshots.
With a warning:
Without a warning: