Files
pallectrum/electrum
SomberNight e6a0455ced lnpeer: raise chan fees using update_fee more aggressively
The existing logic of only updating the fee if it is not within 2x of
the current 2-block-eta does not work well for the current mempool.

The current mempool looks a bit weird: you need ~20 sat/vbyte to even get into it,
but there is only around 5 MB of txs paying >25 sat/vbyte.
The estimates look like this:
```
>>> config.fee_estimates
{144: 25764, 25: 27075, 10: 34538, 5: 34538, 2: 34538}
```

This commit changes the logic so that we send update_fee if the old rate is
- below 75% of the current 2-block-eta (instead of 50%), or
- below the 25-block-eta
2024-01-31 08:47:29 +00:00
..
2023-11-13 10:47:18 +01:00
2023-12-22 11:03:58 +01:00
2024-01-23 02:20:01 +00:00
2024-01-22 03:27:17 +00:00
2023-10-27 16:01:23 +00:00
2024-01-22 03:27:20 +00:00
2023-12-04 14:15:39 +08:00
2023-12-04 14:15:39 +08:00
2024-01-19 16:23:24 +00:00
2024-01-23 02:20:01 +00:00
2024-01-23 02:20:01 +00:00