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:64–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
static u32 cltv_of(const u32 *cltvs, size_t idx)
65
{
66
if (!cltvs)
67
return 0;
68
return cltvs[idx];
69
}
70
71
static size_t find_best_out(struct wally_tx_output *outputs, const u32 *cltvs,
72
size_t num)
Callers
1
find_best_out
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected