| 133 | } |
| 134 | |
| 135 | void db_bind_txid(struct db_stmt *stmt, const struct bitcoin_txid *t) |
| 136 | { |
| 137 | db_bind_sha256d(stmt, &t->shad); |
| 138 | } |
| 139 | |
| 140 | void db_bind_outpoint(struct db_stmt *stmt, const struct bitcoin_outpoint *o) |
| 141 | { |
no test coverage detected