fix broken link

This commit is contained in:
omahs 2024-07-11 09:30:53 +02:00 committed by GitHub
parent 8ca9b5cbda
commit b4e38fcdac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,7 +117,7 @@ As a general rule IPC is most secure because it is limited to interactions on th
The Engine-API is a set of RPC methods that enable communication between Geth and the [consensus client](/docs/getting-started/consensus-clients). These are not designed to be exposed to the user - instead they are called automatically by the clients when they need to exchange information. The Engine API is enabled by default - the user is not required to pass any instruction to Geth to enable these methods. The Engine-API is a set of RPC methods that enable communication between Geth and the [consensus client](/docs/getting-started/consensus-clients). These are not designed to be exposed to the user - instead they are called automatically by the clients when they need to exchange information. The Engine API is enabled by default - the user is not required to pass any instruction to Geth to enable these methods.
Read more in the [Engine API spec](https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md). Read more in the [Engine API spec](https://github.com/ethereum/execution-apis/blob/main/src/engine).
## Summary {#summary} ## Summary {#summary}