Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ sha256
Class
sha256
common/bolt12_proof.c:43–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
* post-order depth-first smallest-to-largest TLV order.
42
*/
43
static void add_merkle(struct sha256 *h, struct creator *creator)
44
{
45
tal_arr_expand(&creator->missing_hashes, *h);
46
}
Callers
1
check_payer_proof
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected