mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
feat: add min_capacity_sat config value and switch
- add config value min_capacity_sat that will replaces the magic value min_effective_htlc_capacity = AMOUNT_MSAT(1000000) - add config switch min_capacity_sat
This commit is contained in:
committed by
Christian Decker
parent
41dd975aac
commit
c7af0c93c9
@@ -22,4 +22,5 @@ const struct config test_config = {
|
||||
.rescan = 30,
|
||||
.max_fee_multiplier = 10,
|
||||
.use_dns = true,
|
||||
.min_capacity_sat = 1000,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user