mirror of https://github.com/status-im/op-geth.git
eth/catalyst: remove unauthenticated 'engine' api (#24997)
Removes engine from any unauthenticated RPC service.
This commit is contained in:
parent
c4dab8ceca
commit
b60a08d2fd
|
@ -47,13 +47,6 @@ func Register(stack *node.Node, backend *eth.Ethereum) error {
|
|||
Public: true,
|
||||
Authenticated: true,
|
||||
},
|
||||
{
|
||||
Namespace: "engine",
|
||||
Version: "1.0",
|
||||
Service: NewConsensusAPI(backend),
|
||||
Public: true,
|
||||
Authenticated: false,
|
||||
},
|
||||
})
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue