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

Function retry_deferred_commitsig

lightningd/peer_htlcs.c:2144–2149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2142};
2143
2144static void retry_deferred_commitsig(struct chain_topology *topo,
2145 struct deferred_commitsig *d)
2146{
2147 peer_got_commitsig(d->channel, d->msg);
2148 tal_free(d);
2149}
2150
2151/* This also implies we're sending revocation */
2152void peer_got_commitsig(struct channel *channel, const u8 *msg)

Callers

nothing calls this directly

Calls 2

peer_got_commitsigFunction · 0.85
tal_freeFunction · 0.85

Tested by

no test coverage detected