mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-01 05:42:58 +00:00
eth/catalyst: remove unauthenticated 'engine' api (#24997)
Removes engine from any unauthenticated RPC service.
This commit is contained in:
parent
c4dab8ceca
commit
b60a08d2fd
1 changed files with 0 additions and 7 deletions
|
|
@ -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 a new issue