MCPcopy 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
31u32 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_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