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

Function fmt_amount_sat

common/amount.c:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79const char *fmt_amount_sat(const tal_t *ctx, struct amount_sat sat)
80{
81 return tal_fmt(ctx, "%"PRIu64"sat", sat.satoshis);
82}
83
84static const char *fmt_amount_sat_ptr(const tal_t *ctx,
85 const struct amount_sat *sat)

Callers 7

handle_offer_htlcFunction · 0.85
runFunction · 0.85
fmt_amount_sat_ptrFunction · 0.85
json_add_satsFunction · 0.85
mainFunction · 0.85
fundchannel_start_destFunction · 0.85
openchannel_init_destFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68