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:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
static bool abs_is_seconds(u32 locktime)
20
{
21
return locktime >= SECONDS_POINT;
22
}
23
24
bool blocks_to_abs_locktime(u32 blocks, struct abs_locktime *abs)
25
{
Callers
1
abs_locktime_to_blocks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected