| 590 | } |
| 591 | |
| 592 | static void start_fee_estimate(struct chain_topology *topo) |
| 593 | { |
| 594 | topo->updatefee_timer = NULL; |
| 595 | /* Based on timer, update fee estimates. */ |
| 596 | bitcoind_estimate_fees(topo->request_ctx, topo->bitcoind, update_feerates_repeat, NULL); |
| 597 | } |
| 598 | |
| 599 | struct rate_conversion { |
| 600 | u32 blockcount; |