Closed MarnixCroes closed 9 months ago
brought it up before, maybe it was forgotten
Done
The min input amount displayed is not adjusting to the fee rate of the coinjoin, it shows 5000 even when rounds are paying over 100 sat/vbyte.
I used: https://wasabiwallet.io/swagger/index.html
/WabiSabi/status
"allowedInputAmounts": { "min": { "satoshi": 0 } },
Should I use something else?
This minimum is only calculated in the client, so it is not visible on the API.
as the min input amount is now dependent on the mining fee market. not just 5k sats.
good to know for users, not just an interesting statistic