mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-04 19:19:44 +00:00
mpt: fix comment typo
This commit is contained in:
parent
b8ec1b1d93
commit
43eb670d45
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ func (h *HashNode) Hash() util.Uint256 {
|
|||
return h.hash
|
||||
}
|
||||
|
||||
// IsEmpty returns true iff h is an empty node i.e. contains no hash.
|
||||
// IsEmpty returns true if h is an empty node i.e. contains no hash.
|
||||
func (h *HashNode) IsEmpty() bool { return !h.hashValid }
|
||||
|
||||
// Bytes returns serialized HashNode.
|
||||
|
|
Loading…
Reference in a new issue