mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-24 09:25:21 +00:00
mpt: fix comment typo
This commit is contained in:
parent
f0f676eb1c
commit
0c264b1486
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ func (h *HashNode) Hash() util.Uint256 {
|
||||||
return h.hash
|
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 }
|
func (h *HashNode) IsEmpty() bool { return !h.hashValid }
|
||||||
|
|
||||||
// Bytes returns serialized HashNode.
|
// Bytes returns serialized HashNode.
|
||||||
|
|
Loading…
Reference in a new issue