MCPcopy Create free account
hub / github.com/ElementsProject/lightning / fmt_amount_msat_ptr

Function fmt_amount_msat_ptr

common/amount.c:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59static 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}
64REGISTER_TYPE_TO_STRING(amount_msat, fmt_amount_msat_ptr);
65
66const char *fmt_amount_sat_btc(const tal_t *ctx,

Callers

nothing calls this directly

Calls 1

fmt_amount_msatFunction · 0.85

Tested by

no test coverage detected