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

Function selfpay_mpp_succeeded

lightningd/pay.c:1782–1790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1780}
1781
1782static void selfpay_mpp_succeeded(struct selfpay *selfpay,
1783 const struct preimage *preimage)
1784{
1785 payment_succeeded(selfpay->cmd->ld,
1786 &selfpay->payment_hash,
1787 selfpay->partid,
1788 selfpay->groupid,
1789 preimage);
1790}
1791
1792static struct command_result *param_u64_nonzero(struct command *cmd,
1793 const char *name,

Callers

nothing calls this directly

Calls 1

payment_succeededFunction · 0.70

Tested by

no test coverage detected