| 940 | } |
| 941 | |
| 942 | struct channel_event **list_channel_events(const tal_t *ctx, struct db *db) |
| 943 | { |
| 944 | return list_channel_events_timebox(ctx, db, 0, SQLITE_MAX_UINT); |
| 945 | } |
| 946 | |
| 947 | |
| 948 | struct channel_event **account_get_channel_events(const tal_t *ctx, |
no test coverage detected