SatSale/SatSale

Should not allow amounts that are not above configured `allowed_underpay_amount`

Opened this issue · 0 comments

This is clearly a bug, introduced when adding allowed_underpay_amount setting. If you specify amount that are not above (1 sat by default), payment will be instantly "confirmed". Should reject same way as when amount is below onchain_dust_limit with only onchain payment method configured. I will look at this!