When reviewing https://github.com/bitcoin/bitcoin/pull/24106, I noticed that GUI does not provide a clear reason for invalid addresses. Basically it just changes the QLineEdit
to red color.
This PR adds a more detailed error message. The motivations are:
. Provide more information about the error and improve the user experience. . When a more subtle error occurs, as the one detailed in https://github.com/bitcoin/bitcoin/pull/24106, the user can understand what is happening.
To test this PR, enter invalid addresses in the Pay To
field on the Send
tab and also in the address manager (icon next to Pay To
).
PR |
---|