gui-qml
gui-qml copied to clipboard
Amount validation in Send form is not taking into account the fee
Report
Note that when entering full balance, Review is highlighted but not clickable.
As the GUI won't allow creating tx's with 0 fees, maybe Review should only be highlighted when amount < balance
Originally posted by @MarnixCroes in https://github.com/bitcoin-core/gui-qml/pull/462#pullrequestreview-2898268466
This requires dynamic fee estimation to be added to the Send form in order to calculate.