| 552 | } |
| 553 | |
| 554 | struct amount_msat db_col_amount_msat(struct db_stmt *stmt, const char *colname) |
| 555 | { |
| 556 | return amount_msat(db_col_u64(stmt, colname)); |
| 557 | } |
| 558 | |
| 559 | struct amount_sat db_col_amount_sat(struct db_stmt *stmt, const char *colname) |
| 560 | { |
no test coverage detected