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

Function openchannel_invalid_psbt

lightningd/dual_open_control.c:2881–2887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2879}
2880
2881static void openchannel_invalid_psbt(struct psbt_validator *pv, const char *err_msg)
2882{
2883 assert(pv->cmd);
2884 was_pending(command_fail(pv->cmd,
2885 FUNDING_PSBT_INVALID,
2886 "%s", err_msg));
2887}
2888
2889static struct channel_inflight *find_inprogress_inflight(struct channel *channel,
2890 struct wally_psbt *psbt)

Callers

nothing calls this directly

Calls 2

was_pendingFunction · 0.70
command_failFunction · 0.70

Tested by

no test coverage detected