| 382 | static void next_updatefee_timer(struct chain_topology *topo); |
| 383 | |
| 384 | bool unknown_feerates(const struct chain_topology *topo) |
| 385 | { |
| 386 | return tal_count(topo->feerates[0]) == 0; |
| 387 | } |
| 388 | |
| 389 | static u32 interp_feerate(const struct feerate_est *rates, u32 blockcount) |
| 390 | { |
no outgoing calls
no test coverage detected