Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ towire_preimage
Function
towire_preimage
bitcoin/preimage.c:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
void towire_preimage(u8 **pptr, const struct preimage *preimage)
12
{
13
towire(pptr, preimage, sizeof(*preimage));
14
}
15
16
char *fmt_preimage(const tal_t *ctx, const struct preimage *preimage)
17
{
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