We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13e0ac commit 40f1e56Copy full SHA for 40f1e56
rpc/errors.go
@@ -80,7 +80,7 @@ type NoHistoricalFallbackError struct{}
80
func (e NoHistoricalFallbackError) ErrorCode() int { return -32801 }
81
82
func (e NoHistoricalFallbackError) Error() string {
83
- 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"
84
}
85
86
type methodNotFoundError struct{ method string }
0 commit comments