celestiaorg / smt

A Go library that implements a Sparse Merkle tree for a key-value map.
https://godoc.org/github.com/celestiaorg/smt
MIT License
138 stars 53 forks source link

Simplify `sideNodesForRoot` function #29

Closed tzdybal closed 3 years ago

tzdybal commented 3 years ago

This is a suggestion, to simplify the loop in sideNodesForRoot in @adlerjohn PR.