| 80 | }; |
| 81 | |
| 82 | static const char **ds_desc_utxo_path(const tal_t *ctx, |
| 83 | const struct bitcoin_outpoint *outp) |
| 84 | { |
| 85 | return mkdatastorekey(ctx, "bookkeeper", "description", "utxo", take(fmt_bitcoin_outpoint(NULL, outp))); |
| 86 | } |
| 87 | |
| 88 | static void utxo_desc_datastore_update(struct command *cmd, |
| 89 | const struct utxo_desc *utxo_desc) |
no test coverage detected