Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
void towire_privkey(u8 **pptr, const struct privkey *privkey)
27
{
28
towire_secret(pptr, &privkey->secret);
29
}
30
31
void towire_secret(u8 **pptr, const struct secret *secret)
32
{
Callers
1
towire_secrets
Function · 0.85
Calls
1
towire_secret
Function · 0.85
Tested by
no test coverage detected