diff options
Diffstat (limited to 'whisper')
-rw-r--r-- | whisper/api.go | 2 | ||||
-rw-r--r-- | whisper/whisper.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/whisper/api.go b/whisper/api.go index 16f8bd329..575b9bc89 100644 --- a/whisper/api.go +++ b/whisper/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. diff --git a/whisper/whisper.go b/whisper/whisper.go index e99950b76..e5f686e43 100644 --- a/whisper/whisper.go +++ b/whisper/whisper.go @@ -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" ) |