ACINQ / eclair

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

Add a funding fee budget #2808

Closed pm47 closed 10 months ago

pm47 commented 10 months ago

This is based on #2780, with a slightly different implementation.

The fee is checked right after calling fundrawtransaction, which makes it work for both the single and dual funding cases.

Also we use the feeBudget terminology instead of maxFee.