| 185 | } |
| 186 | |
| 187 | void db_bind_short_channel_id(struct db_stmt *stmt, struct short_channel_id scid) |
| 188 | { |
| 189 | db_bind_u64(stmt, scid.u64); |
| 190 | } |
| 191 | |
| 192 | void db_bind_short_channel_id_arr(struct db_stmt *stmt, |
| 193 | const struct short_channel_id *id) |
no test coverage detected