ACINQ / eclair

A scala implementation of the Lightning Network.
Apache License 2.0
1.24k stars 266 forks source link

splice: Improve abort feerate abort msg #2911

Closed ddustin closed 1 month ago

ddustin commented 1 month ago

Added an explanation for aborting the splice if the feerate is too low

t-bast commented 1 month ago

I think you're getting an error inside the InteractiveTxBuilder, I'll look into improving the error message.

I've done this in #2920, which can replace this PR. I believe the InteractiveTxBuilder case is what you're running into, not the mempool min relay feerate.