| 557 | } |
| 558 | |
| 559 | struct amount_sat db_col_amount_sat(struct db_stmt *stmt, const char *colname) |
| 560 | { |
| 561 | return amount_sat(db_col_u64(stmt, colname)); |
| 562 | } |
| 563 | |
| 564 | struct json_escape *db_col_json_escape(const tal_t *ctx, |
| 565 | struct db_stmt *stmt, const char *colname) |
no test coverage detected