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

Function txprepare_cleanup_done

plugins/txprepare.c:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57static struct command_result *
58txprepare_cleanup_done(struct command *cmd,
59 const char *method UNUSED,
60 const char *buf UNUSED,
61 const jsmntok_t *result UNUSED,
62 struct txprepare_cleanup *cleanup)
63{
64 return command_err_raw(cmd, cleanup->error_json);
65}
66
67/* Immediate send flows must drop the original PSBT input reservation. */
68static struct command_result *

Callers

nothing calls this directly

Calls 1

command_err_rawFunction · 0.85

Tested by

no test coverage detected