SatoshiPortal / boltz-rust

Boltz client rust crate
https://docs.boltz.exchange
30 stars 19 forks source link

Allow using fee rate for claim #56

Open i5hi opened 5 months ago

i5hi commented 5 months ago

Allow user to set fee_rate as an option for claim.

salvatoto commented 1 month ago

Would be useful. We had a race where coops were failing in some cases, and we actually tried to fall back to non-coop, which has a higher fee - the race was on our side.

Also, lowball vs non-lowball. If lowball fails for whatever reason we pass the higher absolute fee, but just passing the rate would be a lot safer.