docs: correct comment typo in address.go (#16671)
This commit is contained in:
parent
1b4551ab50
commit
c82f64922e
@ -372,7 +372,7 @@ func (va ValAddress) Equals(va2 Address) bool {
|
||||
return bytes.Equal(va.Bytes(), va2.Bytes())
|
||||
}
|
||||
|
||||
// Returns boolean for whether an AccAddress is empty
|
||||
// Returns boolean for whether an ValAddress is empty
|
||||
func (va ValAddress) Empty() bool {
|
||||
return len(va) == 0
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user