Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ prop_blockheight
Function
prop_blockheight
onchaind/onchaind.c:1420–1423 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1418
}
1419
1420
static u32 prop_blockheight(const struct tracked_output *out)
1421
{
1422
return out->tx_blockheight + out->proposal->depth_required;
1423
}
1424
1425
static void billboard_update(struct tracked_output **outs)
1426
{
Callers
1
billboard_update
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected