Skip to content

Commit

Permalink
eth/catalyst: remove unauthenticated 'engine' api (#24997)
Browse files Browse the repository at this point in the history
Removes engine from any unauthenticated RPC service.
  • Loading branch information
holiman committed Jun 8, 2022
1 parent c4dab8c commit b60a08d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions eth/catalyst/api.go
Expand Up @@ -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
}
Expand Down

0 comments on commit b60a08d

Please sign in to comment.