aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/types.go')
-rw-r--r--rpc/types.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc/types.go b/rpc/types.go
index f2375604e..4252c3602 100644
--- a/rpc/types.go
+++ b/rpc/types.go
@@ -23,8 +23,8 @@ import (
"strings"
"sync"
+ mapset "github.com/deckarep/golang-set"
"github.com/ethereum/go-ethereum/common/hexutil"
- "gopkg.in/fatih/set.v0"
)
// API describes the set of methods offered over the RPC interface
@@ -73,7 +73,7 @@ type Server struct {
run int32
codecsMu sync.Mutex
- codecs *set.Set
+ codecs mapset.Set
}
// rpcRequest represents a raw incoming RPC request