forked from cerc-io/plugeth
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,
|
Public: true,
|
||||||
Authenticated: true,
|
Authenticated: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Namespace: "engine",
|
|
||||||
Version: "1.0",
|
|
||||||
Service: NewConsensusAPI(backend),
|
|
||||||
Public: true,
|
|
||||||
Authenticated: false,
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user