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

Function towire_privkey

bitcoin/privkey.c:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void towire_privkey(u8 **pptr, const struct privkey *privkey)
27{
28 towire_secret(pptr, &privkey->secret);
29}
30
31void towire_secret(u8 **pptr, const struct secret *secret)
32{

Callers 1

towire_secretsFunction · 0.85

Calls 1

towire_secretFunction · 0.85

Tested by

no test coverage detected