mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
We did not take the value of --commit-fee into account : this removes the unused option from lightningd and instead registers it in bcli, where we set the actual feerate of commitment transactions. This also corrects the documentation. Changelog-Fixed: config: we now take the --commit-fee parameter into account. Signed-off-by: Antoine Poinsot <darosior@protonmail.com>