Unverified Commit b60a08d2 authored by Martin Holst Swende's avatar Martin Holst Swende Committed by GitHub

eth/catalyst: remove unauthenticated 'engine' api (#24997)

Removes engine from any unauthenticated RPC service.
parent c4dab8ce
...@@ -47,13 +47,6 @@ func Register(stack *node.Node, backend *eth.Ethereum) error { ...@@ -47,13 +47,6 @@ func Register(stack *node.Node, backend *eth.Ethereum) error {
Public: true, Public: true,
Authenticated: true, Authenticated: true,
}, },
{
Namespace: "engine",
Version: "1.0",
Service: NewConsensusAPI(backend),
Public: true,
Authenticated: false,
},
}) })
return nil return nil
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment