| 82 | } |
| 83 | |
| 84 | static const char *fmt_amount_sat_ptr(const tal_t *ctx, |
| 85 | const struct amount_sat *sat) |
| 86 | { |
| 87 | return fmt_amount_sat(ctx, *sat); |
| 88 | } |
| 89 | REGISTER_TYPE_TO_STRING(amount_sat, fmt_amount_sat_ptr); |
| 90 | |
| 91 | static bool breakup(const char *str, size_t slen, |
nothing calls this directly
no test coverage detected