| 57 | } |
| 58 | |
| 59 | static const char *fmt_amount_msat_ptr(const tal_t *ctx, |
| 60 | const struct amount_msat *msat) |
| 61 | { |
| 62 | return fmt_amount_msat(ctx, *msat); |
| 63 | } |
| 64 | REGISTER_TYPE_TO_STRING(amount_msat, fmt_amount_msat_ptr); |
| 65 | |
| 66 | const char *fmt_amount_sat_btc(const tal_t *ctx, |
nothing calls this directly
no test coverage detected