forked from cerc-io/plugeth
all: remove public field from rpc.API (#25059)
all: remove public field from rpc.API
This commit is contained in:
@@ -44,7 +44,6 @@ func Register(stack *node.Node, backend *eth.Ethereum) error {
|
||||
Namespace: "engine",
|
||||
Version: "1.0",
|
||||
Service: NewConsensusAPI(backend),
|
||||
Public: true,
|
||||
Authenticated: true,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user