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

Function fromwire_privkey

bitcoin/privkey.c:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void fromwire_privkey(const u8 **cursor, size_t *max, struct privkey *privkey)
42{
43 fromwire_secret(cursor, max, &privkey->secret);
44}

Callers 1

fromwire_secretsFunction · 0.85

Calls 1

fromwire_secretFunction · 0.85

Tested by

no test coverage detected