Why merkle tree can't be from 1 node? https://github.com/txaty/go-merkletree/blob/ccfc3d24289d9c28111edc02f688b8bef9f45fb7/merkle_tree.go#L104 Even if there's just one mode, we still can compute 1 node merkle tree. What is the standard solution?
Why merkle tree can't be from 1 node?
go-merkletree/merkle_tree.go
Line 104 in ccfc3d2
Even if there's just one mode, we still can compute 1 node merkle tree.
What is the standard solution?