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

Function sleep_done

plugins/renepay/mods.c:831–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829 */
830
831static struct command_result *sleep_done(struct command *cmd, struct payment *payment)
832{
833 struct command_result *ret;
834 payment->waitresult_timer = NULL;
835 ret = timer_complete(cmd);
836 payment_continue(payment);
837 return ret;
838}
839
840static struct command_result *sleep_cb(struct payment *payment)
841{

Callers

nothing calls this directly

Calls 2

timer_completeFunction · 0.85
payment_continueFunction · 0.70

Tested by

no test coverage detected