helper function to efficiently calculate the number of nodes at given height in the merkle tree
Declared in <merkleblock.h>
unsigned int
CalcTreeWidth(int height) const;
The number of nodes present at that height.
| Name | Description |
|---|---|
| height | The tree level, counted from the leaf level (height 0) upward. |