Skip to content

Commit e97c91d

Browse files
authored
Update go/ops.go
1 parent f94ee2a commit e97c91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ops.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func validateIavlOps(op opType, layerNum int) error {
5757
remLen := r.Len()
5858
if layerNum == 0 {
5959
if remLen != 0 {
60-
return fmt.Errorf("expected remaining prefix to be 0, got: %d", remLen)
60+
return fmt.Errorf("expected remaining prefix length to be 0, got: %d", remLen)
6161
}
6262
} else {
6363
// when the child comes from the left, the suffix if filled in

0 commit comments

Comments
 (0)