| 521 | } |
| 522 | |
| 523 | struct secret *db_col_secret_arr(const tal_t *ctx, |
| 524 | struct db_stmt *stmt, |
| 525 | const char *colname) |
| 526 | { |
| 527 | return db_col_arr(ctx, stmt, colname, struct secret); |
| 528 | } |
| 529 | |
| 530 | void db_col_txid(struct db_stmt *stmt, const char *colname, struct bitcoin_txid *t) |
| 531 | { |
no outgoing calls
no test coverage detected