Commit 27984b44 authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

fix mst

parent 45fd0561
......@@ -37,7 +37,6 @@ func NewMerkleSumTree(datas [][]byte, vals []*big.Int) *MerkleSumTree {
if len(datas)%2 != 0 {
datas = append(datas, []byte{})
vals = append(vals, big.NewInt(0))
}
for i := range datas {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment