| 2153 | } |
| 2154 | |
| 2155 | void sendpay_index_deleted(struct lightningd *ld, |
| 2156 | const struct sha256 *payment_hash, |
| 2157 | u64 partid, |
| 2158 | u64 groupid, |
| 2159 | enum payment_status status) |
| 2160 | { |
| 2161 | sendpay_index_inc(ld, payment_hash, partid, groupid, status, WAIT_INDEX_DELETED); |
| 2162 | } |
| 2163 | |
| 2164 | /* Fortuntely, dbids start at 1, not 0! */ |
| 2165 | u64 sendpay_index_created(struct lightningd *ld, |
nothing calls this directly
no test coverage detected