Skip to content

Commit

Permalink
minor formatting improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
weiihann committed Oct 30, 2024
1 parent d59b620 commit cc43672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -1654,8 +1654,8 @@ func (n *LeafNode) GetProofItems(keys keylist, curEpoch StateEpoch, resolver Nod
pe.Fis = append(pe.Fis, poly[:])
}

// add last accessed epoch
poly[4].SetUint64(uint64(n.lastEpoch))

pe.Cis = append(pe.Cis, n.commitment)
pe.Zis = append(pe.Zis, 4)
pe.Yis = append(pe.Yis, &poly[4])
Expand Down

0 comments on commit cc43672

Please sign in to comment.