| 1780 | } |
| 1781 | |
| 1782 | static 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 | |
| 1792 | static struct command_result *param_u64_nonzero(struct command *cmd, |
| 1793 | const char *name, |
nothing calls this directly
no test coverage detected