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

Function psbt_input_set_unknown

bitcoin/psbt.c:730–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730void psbt_input_set_unknown(const tal_t *ctx,
731 struct wally_psbt_input *in,
732 const u8 *key,
733 const void *value,
734 size_t value_len)
735{
736 map_replace(ctx, &in->unknowns, key, value, value_len);
737}
738
739void *psbt_get_lightning(const struct wally_map *map,
740 const u8 proprietary_type,

Callers 3

psbt_input_set_serial_idFunction · 0.85
psbt_input_mark_oursFunction · 0.85
mainFunction · 0.85

Calls 1

map_replaceFunction · 0.85

Tested by 1

mainFunction · 0.68