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

Class amount_msat

plugins/renepay/chan_extra.c:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88struct chan_extra *new_chan_extra(struct chan_extra_map *chan_extra_map,
89 const struct short_channel_id scid,
90 struct amount_msat capacity)
91{
92 assert(chan_extra_map);
93 struct chan_extra *ce = tal(chan_extra_map, struct chan_extra);

Callers 2

channel_maximum_forwardFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected