Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ abs_locktime_to_blocks
Function
abs_locktime_to_blocks
bitcoin/locktime.c:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
u32 abs_locktime_to_blocks(const struct abs_locktime *abs)
32
{
33
assert(!abs_is_seconds(abs->locktime));
34
return abs->locktime;
35
}
Callers
3
commit_tx
Function · 0.85
marshall_htlc_info
Function · 0.85
resend_commitment
Function · 0.85
Calls
1
abs_is_seconds
Function · 0.85
Tested by
no test coverage detected