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

Function towire_privkey

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

Source from the content-addressed store, hash-verified

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

Callers 1

towire_secretsFunction · 0.85

Calls 1

towire_secretFunction · 0.85

Tested by

no test coverage detected