Skip to content

Commit

Permalink
chore: update godocs as per review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Oct 14, 2024
1 parent f4e01fc commit d8f9ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/ops.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
// validateIavlOps validates the prefix to ensure it begins with
// the height, size, and version of the IAVL tree. Each varint must be a bounded value.
// In addition, the remaining bytes are validated to ensure they correspond to the correct
// length.
// length. The layerNum is the tree depth.
func validateIavlOps(op opType, layerNum int) error {
r := bytes.NewReader(op.GetPrefix())

Expand Down

0 comments on commit d8f9ef6

Please sign in to comment.