node: remove version field #25096 (#1143)

This commit is contained in:
JukLee0ira 2025-06-24 15:31:53 +08:00 committed by GitHub
parent edd683035b
commit a347ff7839
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,15 +97,12 @@ func (f *FullService) APIs() []rpc.API {
return []rpc.API{
{
Namespace: "admin",
Version: "1.0",
},
{
Namespace: "debug",
Version: "1.0",
},
{
Namespace: "net",
Version: "1.0",
},
}
}