Skip to content

Commit

Permalink
Update plugin/evm/header/extra.go
Browse files Browse the repository at this point in the history
Co-authored-by: Arran Schlosberg <519948+ARR4N@users.noreply.github.com>
Signed-off-by: Stephen Buttolph <stephen@avalabs.org>
  • Loading branch information
StephenButtolph and ARR4N authored Feb 28, 2025
1 parent 69f15e3 commit 87e024c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/evm/header/extra.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func VerifyExtraPrefix(
}

if remoteState != expectedState {
return fmt.Errorf("%w: expected %v, found %v",
return fmt.Errorf("%w: expected %+v, found %+v",
errIncorrectFeeState,
expectedState,
remoteState,
Expand Down

0 comments on commit 87e024c

Please sign in to comment.