Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ fmt_preimage
Function
fmt_preimage
bitcoin/preimage.c:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
char *fmt_preimage(const tal_t *ctx, const struct preimage *preimage)
17
{
18
return tal_hexstr(ctx, preimage, sizeof(*preimage));
19
}
Callers
6
handle_htlc_onchain_fulfill
Function · 0.85
htlc_accepted_hook_try_resolve
Function · 0.85
check_already_failed
Function · 0.85
injectpaymentonion_succeeded
Function · 0.85
main
Function · 0.85
parse_htlc
Function · 0.85
Calls
1
tal_hexstr
Function · 0.85
Tested by
no test coverage detected