Commit 9ed0014
authored
Use fallback feerates on testnets (#3233)
When using testnet3 or testnet4, Bitcoin Core may fail to estimate fees
because there isn't enough block data. We now use the configured default
feerates when that happens to make it easier to run on testnets.
We also update the default feerates to better match current values.
Fixes #31051 parent 3ac122b commit 9ed0014
File tree
2 files changed
+10
-6
lines changed- eclair-core/src/main
- resources
- scala/fr/acinq/eclair
2 files changed
+10
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
250 | 249 | | |
251 | 250 | | |
252 | 251 | | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
253 | 256 | | |
| 257 | + | |
254 | 258 | | |
255 | 259 | | |
256 | 260 | | |
| |||
0 commit comments