| 97 | } |
| 98 | |
| 99 | static const char **ds_desc_payment_hash_path(const tal_t *ctx, |
| 100 | const struct sha256 *payment_hash) |
| 101 | { |
| 102 | return mkdatastorekey(ctx, "bookkeeper", "description", "payment", |
| 103 | take(fmt_sha256(NULL, payment_hash))); |
| 104 | } |
| 105 | |
| 106 | static void payment_hash_desc_datastore_update(struct command *cmd, |
| 107 | const struct payment_hash_desc *phd) |
no test coverage detected