| 267 | } |
| 268 | |
| 269 | struct onchain_fee **list_chain_fees(const tal_t *ctx, const struct bkpr *bkpr) |
| 270 | { |
| 271 | return list_chain_fees_timebox(ctx, bkpr, 0, SQLITE_MAX_UINT); |
| 272 | } |
| 273 | |
| 274 | static void insert_chain_fees_diff(struct command *cmd, |
| 275 | struct bkpr *bkpr, |
no test coverage detected