aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils/flags.go
diff options
context:
space:
mode:
authorgluk256 <gluk256@users.noreply.github.com>2017-04-28 17:57:15 +0800
committerFelix Lange <fjl@users.noreply.github.com>2017-04-28 17:57:15 +0800
commitf9be9a2302dd73fe3cc792167d65f24c7b7d35c4 (patch)
treef36a8c8a964f16e68b352dc0e750235aff043930 /cmd/utils/flags.go
parent95f0bd0acf301bf8415747c4ff050e8a4dfdc864 (diff)
downloadgo-tangerine-f9be9a2302dd73fe3cc792167d65f24c7b7d35c4.tar
go-tangerine-f9be9a2302dd73fe3cc792167d65f24c7b7d35c4.tar.gz
go-tangerine-f9be9a2302dd73fe3cc792167d65f24c7b7d35c4.tar.bz2
go-tangerine-f9be9a2302dd73fe3cc792167d65f24c7b7d35c4.tar.lz
go-tangerine-f9be9a2302dd73fe3cc792167d65f24c7b7d35c4.tar.xz
go-tangerine-f9be9a2302dd73fe3cc792167d65f24c7b7d35c4.tar.zst
go-tangerine-f9be9a2302dd73fe3cc792167d65f24c7b7d35c4.zip
whisper: switching to v5 + minor refactoring (#14387)
Diffstat (limited to 'cmd/utils/flags.go')
-rw-r--r--cmd/utils/flags.go2
1 files changed, 1 insertions, 1 deletions
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"
)