Skip to content

Commit

Permalink
docs: correct comment typo in address.go (cosmos#16671)
Browse files Browse the repository at this point in the history
  • Loading branch information
ww4tson authored Jun 23, 2023
1 parent 1b4551a commit c82f649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/address.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c82f649

Please sign in to comment.