mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
lightningd: make minimum feerate significantly lower.
estimatesmartfee 4 ECONOMICAL was too high for lnd, so drop it, with some increased security risk. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
a03fe8dc75
commit
06d7c40c63
@ -1568,11 +1568,12 @@ void notify_feerate_change(struct lightningd *ld)
|
||||
if (!peer->owner)
|
||||
continue;
|
||||
|
||||
/* FIXME: low bound is probably too low. */
|
||||
msg = towire_channel_feerates(peer,
|
||||
get_feerate(ld->topology,
|
||||
FEERATE_IMMEDIATE),
|
||||
get_feerate(ld->topology,
|
||||
FEERATE_NORMAL),
|
||||
FEERATE_NORMAL) / 2,
|
||||
get_feerate(ld->topology,
|
||||
FEERATE_IMMEDIATE)
|
||||
* 5);
|
||||
|
Loading…
Reference in New Issue
Block a user