Closed ben-kaufman closed 1 week ago
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 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.