Open chrislee87 opened 5 years ago
Merkle tree's length should be 2^n, not 2*n. For example, when there are 5 leaf nodes, it should be append to a length of eight not six.
Merkle tree's length should be 2^n, not 2*n. For example, when there are 5 leaf nodes, it should be append to a length of eight not six.