cmd/geth, internal, node, vendor: nuke geth monitor

This commit is contained in:
Péter Szilágyi
2019-04-05 12:04:15 +03:00
parent 36f81118f6
commit 29bc982d75
202 changed files with 11577 additions and 55207 deletions

View File

@ -635,11 +635,6 @@ func (n *Node) apis() []rpc.API {
Namespace: "debug",
Version: "1.0",
Service: debug.Handler,
}, {
Namespace: "debug",
Version: "1.0",
Service: NewPublicDebugAPI(n),
Public: true,
}, {
Namespace: "web3",
Version: "1.0",