MCPcopy 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
29u32 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_txFunction · 0.85
marshall_htlc_infoFunction · 0.85
resend_commitmentFunction · 0.85

Calls 1

abs_is_secondsFunction · 0.85

Tested by

no test coverage detected