neo-go/pkg/rpc
AnnaShaleva 0d8723527c rpc: refactor WSClient initialisation
Fix the following linter warning:
```
pkg/rpc/client/wsclient.go:99:18  govet  copylocks: literal copies lock value from *cl: github.com/nspcc-dev/neo-go/pkg/rpc/client.Client contains sync.RWMutex
```
2022-02-24 19:01:21 +03:00
..
client rpc: refactor WSClient initialisation 2022-02-24 19:01:21 +03:00
request rpc: make RPC WSClient thread-safe 2022-02-24 19:01:12 +03:00
response rpc/storage: add storage changes to invoke* diagnostics 2022-01-19 00:02:19 +03:00
server rpc: carefully review places where Client.cache.initDone is used 2022-02-22 12:52:14 +03:00
rpc_config.go rpc: add server-side NEP-11 tracking API 2021-11-19 12:58:46 +03:00