diff --git a/pkg/core/mpt/hash.go b/pkg/core/mpt/hash.go index 42519a1ac..565f720ca 100644 --- a/pkg/core/mpt/hash.go +++ b/pkg/core/mpt/hash.go @@ -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.