geth 1.10.21 update with changes for API update in issue 177

This commit is contained in:
Michael Shaw
2022-08-01 13:27:29 -04:00
parent ba01123f54
commit 415e426946
7 changed files with 92 additions and 67 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ func startServers(server s.Server, settings *s.Config) error {
if settings.WSEnabled {
logWithCommand.Info("starting up WS server")
_, _, err := srpc.StartWSEndpoint(settings.WSEndpoint, server.APIs(), []string{"vdb", "net"}, nil, true)
_, _, err := srpc.StartWSEndpoint(settings.WSEndpoint, server.APIs(), []string{"vdb", "net"}, nil)
if err != nil {
return err
}