From f9be9a2302dd73fe3cc792167d65f24c7b7d35c4 Mon Sep 17 00:00:00 2001 From: gluk256 Date: Fri, 28 Apr 2017 11:57:15 +0200 Subject: whisper: switching to v5 + minor refactoring (#14387) --- cmd/utils/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/utils/flags.go') diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index afaa7214b..e9b0d86a4 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -52,7 +52,7 @@ import ( "github.com/ethereum/go-ethereum/p2p/nat" "github.com/ethereum/go-ethereum/p2p/netutil" "github.com/ethereum/go-ethereum/params" - whisper "github.com/ethereum/go-ethereum/whisper/whisperv2" + whisper "github.com/ethereum/go-ethereum/whisper/whisperv5" "gopkg.in/urfave/cli.v1" ) -- cgit v1.2.3