Skip to content

Commit 212f7a1

Browse files
palangopiersy
authored andcommitted
api: Correct error message (#309)
Don't mention bedrock, but the L2 migration
1 parent 78eedd5 commit 212f7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ type NoHistoricalFallbackError struct{}
8080
func (e NoHistoricalFallbackError) ErrorCode() int { return -32801 }
8181

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

8686
type methodNotFoundError struct{ method string }

0 commit comments

Comments
 (0)