| 620 | } |
| 621 | |
| 622 | void db_col_txid(struct db_stmt *stmt, const char *colname, struct bitcoin_txid *t) |
| 623 | { |
| 624 | db_col_sha256d(stmt, colname, &t->shad); |
| 625 | } |
| 626 | |
| 627 | void db_col_outpoint(struct db_stmt *stmt, const char *colname, struct bitcoin_outpoint *o) |
| 628 | { |
no test coverage detected