diff --git a/whisper/shhclient/client.go b/whisper/shhclient/client.go
index a814154e4795902f07460783390bd5b701ecc41a..49731136744a55a5d3348edba2fb09819bd3264b 100644
--- a/whisper/shhclient/client.go
+++ b/whisper/shhclient/client.go
@@ -19,7 +19,7 @@ package shhclient
 import (
 	"context"
 
-	"github.com/ethereum/go-ethereum"
+	ethereum "github.com/ethereum/go-ethereum"
 	"github.com/ethereum/go-ethereum/common/hexutil"
 	"github.com/ethereum/go-ethereum/rpc"
 	whisper "github.com/ethereum/go-ethereum/whisper/whisperv6"