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

Function timer_complete

plugins/libplugin.c:622–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622struct command_result *timer_complete(struct command *cmd)
623{
624 assert(cmd->type == COMMAND_TYPE_TIMER);
625 tal_free(cmd);
626 return &complete;
627}
628
629struct command_result *forward_error(struct command *cmd,
630 const char *method,

Callers 15

timeout_sent_invreqFunction · 0.85
timeout_sent_invFunction · 0.85
ignore_and_completeFunction · 0.85
after_restorefrompeerFunction · 0.85
do_check_gossipFunction · 0.85
do_check_lost_peerFunction · 0.85
clean_finishedFunction · 0.85
do_clean_after_sleepFunction · 0.85
perform_multifundchannelFunction · 0.85
sleep_doneFunction · 0.85
poll_finishedFunction · 0.85
block_processed_ackFunction · 0.85

Calls 1

tal_freeFunction · 0.85

Tested by

no test coverage detected