mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
fix broken link
This commit is contained in:
parent
8ca9b5cbda
commit
b4e38fcdac
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue