forked from cerc-io/plugeth
all: remove version field from rpc.API
This commit is contained in:
@@ -918,7 +918,6 @@ func APIs(backend Backend) []rpc.API {
|
||||
return []rpc.API{
|
||||
{
|
||||
Namespace: "debug",
|
||||
Version: "1.0",
|
||||
Service: NewAPI(backend),
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user