From d8f9ef693fa72cf7a6e8dec35f797ade1fd63ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Colin=20Axn=C3=A9r?= <25233464+colin-axner@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:40:29 +0200 Subject: [PATCH] chore: update godocs as per review suggestion --- go/ops.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/ops.go b/go/ops.go index 4314403f..3f2bb223 100644 --- a/go/ops.go +++ b/go/ops.go @@ -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())