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
|
||||
}
|
||||
|
||||
// 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