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

Function add_utxo_description

plugins/bkpr/descriptions.c:167–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void add_utxo_description(struct command *cmd,
168 struct bkpr *bkpr,
169 const struct bitcoin_outpoint *outpoint,
170 const char *desc TAKES)
171{
172 struct utxo_desc *ud;
173
174 ud = new_utxo_description(bkpr->descriptions, outpoint, desc);
175 utxo_desc_datastore_update(cmd, ud);
176}
177
178static void memleak_scan_utxo_desc_htable(struct htable *memtable,
179 struct utxo_desc_htable *ht)

Callers 1

do_edit_descFunction · 0.70

Calls 2

new_utxo_descriptionFunction · 0.85

Tested by

no test coverage detected