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

Function add_type

bitcoin/psbt.c:472–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472static void add_type(u8 **key, const u8 num)
473{
474 add(key, &num, 1);
475}
476
477static void add_varint(u8 **key, size_t val)
478{

Callers 1

psbt_make_keyFunction · 0.85

Calls 1

addFunction · 0.70

Tested by

no test coverage detected