Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ cltv_of
Function
cltv_of
common/permute_tx.c:71–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
static u32 cltv_of(const u32 *cltvs, size_t idx)
72
{
73
if (!cltvs)
74
return 0;
75
return cltvs[idx];
76
}
77
78
static size_t find_best_out(struct wally_tx_output *outputs, const u32 *cltvs,
79
size_t num)
Callers
1
find_best_out
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected