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

Function fmt_amount_msat

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

Source from the content-addressed store, hash-verified

61}
62
63char *fmt_amount_msat(const tal_t *ctx, struct amount_msat msat)
64{
65 return tal_fmt(ctx, "%"PRIu64"msat", msat.millisatoshis);
66}
67
68#define LSIZE 5
69

Callers 15

initial_commit_txFunction · 0.70
fmt_channel_viewFunction · 0.70
onion_decodeFunction · 0.70
fixup_hinFunction · 0.50
forwarding_detailsFunction · 0.50
add_amount_to_sideFunction · 0.50
calc_balanceFunction · 0.50
check_balancesFunction · 0.50
handle_offer_htlcFunction · 0.50
get_room_above_reserveFunction · 0.50

Calls

no outgoing calls

Tested by 4

print_flowsFunction · 0.40
print_flowsFunction · 0.40
print_flowsFunction · 0.40
print_routesFunction · 0.40