aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'whisper/api.go')
-rw-r--r--whisper/api.go2
1 files changed, 1 insertions, 1 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.