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

Function openchannel_signed_err

plugins/spender/openchannel.c:423–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423static struct command_result *
424openchannel_signed_err(struct command *cmd,
425 const char *method,
426 const char *buf,
427 const jsmntok_t *error,
428 struct multifundchannel_destination *dest)
429{
430 struct multifundchannel_command *mfc = dest->mfc;
431
432 fail_destination_tok(dest, buf, error);
433 return after_openchannel_signed(mfc);
434}
435
436static void
437openchannel_signed_dest(struct multifundchannel_destination *dest)

Callers

nothing calls this directly

Calls 2

fail_destination_tokFunction · 0.85
after_openchannel_signedFunction · 0.85

Tested by

no test coverage detected