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

Function fmt_amount_msat

common/amount.c:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

add_configFunction · 0.85
runFunction · 0.85
fmt_amount_msat_ptrFunction · 0.85
mainFunction · 0.85
listoffers_doneFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68