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:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
u32 abs_locktime_to_blocks(const struct abs_locktime *abs)
30
{
31
assert(!abs_is_seconds(abs->locktime));
32
return abs->locktime;
33
}
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