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

Function aux_command_done

plugins/libplugin.c:2669–2675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2667}
2668
2669struct command_result *WARN_UNUSED_RESULT
2670aux_command_done(struct command *cmd)
2671{
2672 assert(cmd->type == COMMAND_TYPE_AUX);
2673 tal_free(cmd);
2674 return &complete;
2675}
2676
2677struct command_result *WARN_UNUSED_RESULT
2678notification_handled(struct command *cmd)

Callers 13

ignore_and_completeFunction · 0.85
get_beglistFunction · 0.85
unreserve_doneFunction · 0.85
psbt_errorFunction · 0.85
sendpsbt_doneFunction · 0.85
sendonion_doneFunction · 0.85
sendonion_failFunction · 0.85
rescan_completeFunction · 0.85
notify_ackFunction · 0.85
cleanup_finishedFunction · 0.85
getchaininfo_doneFunction · 0.85
getinfo_doneFunction · 0.85

Calls 1

tal_freeFunction · 0.85

Tested by

no test coverage detected