Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ abs_is_seconds
Function
abs_is_seconds
bitcoin/locktime.c:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
static bool abs_is_seconds(u32 locktime)
22
{
23
return locktime >= SECONDS_POINT;
24
}
25
26
bool blocks_to_abs_locktime(u32 blocks, struct abs_locktime *abs)
27
{
Callers
1
abs_locktime_to_blocks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected