Skip to content

Commit b60a08d

Browse files
authored
eth/catalyst: remove unauthenticated 'engine' api (ethereum#24997)
Removes engine from any unauthenticated RPC service.
1 parent c4dab8c commit b60a08d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

eth/catalyst/api.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ func Register(stack *node.Node, backend *eth.Ethereum) error {
4747
Public: true,
4848
Authenticated: true,
4949
},
50-
{
51-
Namespace: "engine",
52-
Version: "1.0",
53-
Service: NewConsensusAPI(backend),
54-
Public: true,
55-
Authenticated: false,
56-
},
5750
})
5851
return nil
5952
}

0 commit comments

Comments
 (0)