Skip to content
This repository was archived by the owner on May 11, 2024. It is now read-only.

Commit e8152c2

Browse files
authored
chore(docs): update a method comment (#749)
1 parent 570d8ff commit e8152c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/rpc/engine.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
// EngineClient represents a RPC client connecting to an Ethereum Engine API
1616
// endpoint.
17-
// ref: https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md
17+
// ref: https://github.com/ethereum/execution-apis/blob/main/src/engine/shanghai.md
1818
type EngineClient struct {
1919
*rpc.Client
2020
}

0 commit comments

Comments
 (0)