| 38 | } |
| 39 | |
| 40 | struct chain_event **list_chain_events(const tal_t *ctx, |
| 41 | const struct bkpr *bkpr, |
| 42 | struct command *cmd) |
| 43 | { |
| 44 | return list_chain_events_timebox(ctx, bkpr, cmd, 0, SQLITE_MAX_UINT); |
| 45 | } |
| 46 | |
| 47 | struct chain_event **account_get_chain_events(const tal_t *ctx, |
| 48 | const struct bkpr *bkpr, |
no test coverage detected