Skip to content

Commit

Permalink
api: Correct error message (#309)
Browse files Browse the repository at this point in the history
Don't mention bedrock, but the L2 migration
  • Loading branch information
palango authored and karlb committed Jan 28, 2025
1 parent d2f1f11 commit aeb7661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type NoHistoricalFallbackError struct{}
func (e NoHistoricalFallbackError) ErrorCode() int { return -32801 }

func (e NoHistoricalFallbackError) Error() string {
return "no historical RPC is available for this historical (pre-bedrock) execution request"
return "no historical RPC is available for this historical (pre-L2) execution request"
}

type methodNotFoundError struct{ method string }
Expand Down

0 comments on commit aeb7661

Please sign in to comment.