Skip to content

Commit a347ff7

Browse files
authored
node: remove version field ethereum#25096 (#1143)
1 parent edd6830 commit a347ff7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

node/utils_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,12 @@ func (f *FullService) APIs() []rpc.API {
9797
return []rpc.API{
9898
{
9999
Namespace: "admin",
100-
Version: "1.0",
101100
},
102101
{
103102
Namespace: "debug",
104-
Version: "1.0",
105103
},
106104
{
107105
Namespace: "net",
108-
Version: "1.0",
109106
},
110107
}
111108
}

0 commit comments

Comments
 (0)