Steps to reproduce:
- Select two coins in Coin Control
- Copy-paste the amount (sum of the two coins) into the receive address value field and check “Subtract fee from amount”
Version: v24.99.0-6d40a1a7e7f0
Steps to reproduce:
Version: v24.99.0-6d40a1a7e7f0
Probably related: I noticed that when selecting 1 coin and trying to send to two destinations, with the first amount fixed, the “use available balance” button no longer works. It will set the amount for the second destination to 0, while showing a large change amount. https://github.com/bitcoin/bitcoin/pull/26699 fixes that.
Just to clarify: IIUC this was “caused” by https://github.com/bitcoin/bitcoin/pull/25685 which is only in master. We assuming we fix this before v25.0 there’s nothing to backport.
Just to clarify: IIUC this was “caused” by https://github.com/bitcoin/bitcoin/pull/25685 which is only in master. We assuming we fix this before v25.0 there’s nothing to backport.
Yes, that is the goal. #26699 is on the v25.0 milestone. As it’s a bug fix PR, it can get merged post feature freeze. Still, would be nice to start reviewing it asap.