Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ towire_preimage
Function
towire_preimage
bitcoin/preimage.c:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
void towire_preimage(u8 **pptr, const struct preimage *preimage)
11
{
12
towire(pptr, preimage, sizeof(*preimage));
13
}
14
15
Callers
2
towire_existing_htlc
Function · 0.85
towire_fulfilled_htlc
Function · 0.85
Calls
1
towire
Function · 0.50
Tested by
no test coverage detected