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

Function mfc_cleanup_psbt

plugins/spender/multifundchannel.c:197–203  ·  view source on GitHub ↗

Cleans up a txid by doing `txdiscard` on it. */

Source from the content-addressed store, hash-verified

195
196/* Cleans up a txid by doing `txdiscard` on it. */
197static void
198mfc_cleanup_psbt(struct command *cmd,
199 struct multifundchannel_cleanup *cleanup,
200 struct wally_psbt *psbt)
201{
202 unreserve_call(cmd, psbt, mfc_cleanup_done, cleanup);
203}
204
205/* Cleans up a `openchannel_init` by doing `openchannel_abort` for the channel*/
206static void

Callers 1

mfc_cleanup_Function · 0.85

Calls 1

unreserve_callFunction · 0.85

Tested by

no test coverage detected