MCPcopy Create free account
hub / github.com/ElementsProject/lightning / prop_blockheight

Function prop_blockheight

onchaind/onchaind.c:900–903  ·  view source on GitHub ↗

What is the first block that the proposal can get into? */

Source from the content-addressed store, hash-verified

898
899/* What is the first block that the proposal can get into? */
900static u32 prop_blockheight(const struct tracked_output *out)
901{
902 return rel_blockheight(out, out->proposal->depth_required);
903}
904
905static void billboard_update(struct tracked_output **outs)
906{

Callers 1

billboard_updateFunction · 0.85

Calls 1

rel_blockheightFunction · 0.85

Tested by

no test coverage detected