Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
char *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_tx
Function · 0.70
fmt_channel_view
Function · 0.70
onion_decode
Function · 0.70
fixup_hin
Function · 0.50
wallet_total_forward_fees
Function · 0.50
forwarding_details
Function · 0.50
add_amount_to_side
Function · 0.50
calc_balance
Function · 0.50
check_balances
Function · 0.50
handle_offer_htlc
Function · 0.50
get_room_above_reserve
Function · 0.50
local_opener_has_fee_headroom
Function · 0.50
Calls
no outgoing calls
Tested by
4
print_flows
Function · 0.40
print_flows
Function · 0.40
print_flows
Function · 0.40
print_routes
Function · 0.40