Skip to content

Commit

Permalink
Update go-sdk/pkg/sparse-merkle-tree/core/node.go
Browse files Browse the repository at this point in the history
Co-authored-by: Chengxuan Xing <[email protected]>
Signed-off-by: jimthematrix <[email protected]>
  • Loading branch information
jimthematrix and Chengxuan authored Oct 4, 2024
1 parent 370c608 commit ca24d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-sdk/pkg/sparse-merkle-tree/core/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type NodeRef interface {
Hex() string
// IsZero returns true if the reference hash is zero
IsZero() bool
// Equal returns true if the index is equal to another index
// Equal returns true if two reference hashes equal to each other
Equal(NodeRef) bool
}

Expand Down

0 comments on commit ca24d92

Please sign in to comment.