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

Function openchannel_signed_err

plugins/spender/openchannel.c:411–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411static struct command_result *
412openchannel_signed_err(struct command *cmd,
413 const char *buf,
414 const jsmntok_t *error,
415 struct multifundchannel_destination *dest)
416{
417 struct multifundchannel_command *mfc = dest->mfc;
418
419 fail_destination_tok(dest, buf, error);
420 return after_openchannel_signed(mfc);
421}
422
423static void
424openchannel_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