aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'whisper/main.go')
-rw-r--r--whisper/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/whisper/main.go b/whisper/main.go
index edd5f7004..9f35dbb8d 100644
--- a/whisper/main.go
+++ b/whisper/main.go
@@ -7,10 +7,10 @@ import (
"log"
"os"
+ "github.com/ethereum/go-ethereum/crypto/secp256k1"
"github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/p2p"
"github.com/ethereum/go-ethereum/whisper"
- "github.com/obscuren/secp256k1-go"
)
func main() {