| 176 | } |
| 177 | |
| 178 | struct chain_event **list_chain_events(const tal_t *ctx, struct db *db) |
| 179 | { |
| 180 | return list_chain_events_timebox(ctx, db, 0, SQLITE_MAX_UINT); |
| 181 | } |
| 182 | |
| 183 | struct chain_event **account_get_chain_events(const tal_t *ctx, |
| 184 | struct db *db, |
no test coverage detected