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

Function channel_current_inflight

lightningd/channel.c:853–859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

851}
852
853struct channel_inflight *
854channel_current_inflight(const struct channel *channel)
855{
856 /* The last inflight should always be the one in progress */
857 return list_tail(&channel->inflights,
858 struct channel_inflight, list);
859}
860
861u32 channel_last_funding_feerate(const struct channel *channel)
862{

Callers 5

handle_peer_tx_sigs_sentFunction · 0.85
handle_peer_tx_sigs_msgFunction · 0.85
peer_restart_dualopendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected