Skip to content

Commit

Permalink
Update node_encoders.go
Browse files Browse the repository at this point in the history
Co-authored-by: h5law <[email protected]>
Signed-off-by: Daniel Olshansky <[email protected]>
  • Loading branch information
Olshansk and h5law authored Jun 12, 2024
1 parent d220040 commit 0e03c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_encoders.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func encodeSumInnerNode(leftData, rightData []byte) (data []byte) {
return
}

// encodeSumExtensionNode encodes the data of a sum extension nodes
// encodeSumExtensionNode encodes the data of a sum extension node
func encodeSumExtensionNode(pathBounds [2]byte, path, childData []byte) (data []byte) {
firstSumByteIdx, firstCountByteIdx := GetFirstMetaByteIdx(childData)

Expand Down

0 comments on commit 0e03c57

Please sign in to comment.