| 52 | } |
| 53 | |
| 54 | const char *fmt_amount_msat(const tal_t *ctx, struct amount_msat msat) |
| 55 | { |
| 56 | return tal_fmt(ctx, "%"PRIu64"msat", msat.millisatoshis); |
| 57 | } |
| 58 | |
| 59 | static const char *fmt_amount_msat_ptr(const tal_t *ctx, |
| 60 | const struct amount_msat *msat) |
no outgoing calls