mirror of
https://github.com/status-im/whisper.git
synced 2025-01-22 00:30:11 +00:00
rpc: migrated the RPC insterface to a new reflection based RPC layer
This commit is contained in:
parent
bf9e97578b
commit
89f151f85c
2
api.go
2
api.go
@ -24,7 +24,7 @@ import (
|
||||
|
||||
"github.com/ethereum/go-ethereum/common"
|
||||
"github.com/ethereum/go-ethereum/crypto"
|
||||
rpc "github.com/ethereum/go-ethereum/rpc/v2"
|
||||
"github.com/ethereum/go-ethereum/rpc"
|
||||
)
|
||||
|
||||
// PublicWhisperAPI provides the whisper RPC service.
|
||||
|
@ -28,7 +28,7 @@ import (
|
||||
"github.com/ethereum/go-ethereum/logger"
|
||||
"github.com/ethereum/go-ethereum/logger/glog"
|
||||
"github.com/ethereum/go-ethereum/p2p"
|
||||
rpc "github.com/ethereum/go-ethereum/rpc/v2"
|
||||
"github.com/ethereum/go-ethereum/rpc"
|
||||
|
||||
"gopkg.in/fatih/set.v0"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user