Skip to content

Commit

Permalink
merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay committed Aug 8, 2024
1 parent 721ab01 commit 804b881
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion header/header.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ func (eh *ExtendedHeader) Validate() error {
}

if eh.RawHeader.Version.App > appconsts.LatestVersion {
return fmt.Errorf("header received at height %d has version %d, this node supports up to version %d. Please upgrade to support new version",
return fmt.Errorf("header received at height %d has version %d, this node supports up to version %d. "+
"Please upgrade to support new version",
eh.RawHeader.Height, eh.RawHeader.Version.App, appconsts.LatestVersion)
}

Expand Down

0 comments on commit 804b881

Please sign in to comment.