| 528 | } |
| 529 | |
| 530 | void db_col_txid(struct db_stmt *stmt, const char *colname, struct bitcoin_txid *t) |
| 531 | { |
| 532 | db_col_sha256d(stmt, colname, &t->shad); |
| 533 | } |
| 534 | |
| 535 | struct onionreply *db_col_onionreply(const tal_t *ctx, |
| 536 | struct db_stmt *stmt, const char *colname) |
no test coverage detected