Fee is calculated incorrectly #5594
Labels
bug🐛
did not exist in previous release but now it is.
S&R↔️
Send, receive, balance fetch, UTXOs
Status: In peer review 👀
PR raised (with reviewer assigned)
Milestone
The fee calculation is using the coinselect library, which uses bytes instead of vbytes for the fee rate, making the fee calculation result in about 2x too much fee.
Also, the send max is overestimating the fee, resulting in too much fee being paid.
The text was updated successfully, but these errors were encountered: