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:
@@ -920,7 +920,6 @@ func APIs(backend Backend) []rpc.API {
|
||||
Namespace: "debug",
|
||||
Version: "1.0",
|
||||
Service: NewAPI(backend),
|
||||
Public: false,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user