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