diff options
author | Guillaume Ballet <gballet@gmail.com> | 2018-03-22 22:48:52 +0800 |
---|---|---|
committer | Guillaume Ballet <gballet@gmail.com> | 2018-03-22 22:48:52 +0800 |
commit | 3d013c193942aad9820361795cf3a17bb99470b1 (patch) | |
tree | 13c43a625b4b80ef8d84184a6e23778f2d5657e9 /cmd/utils | |
parent | 933972d139b0fe291cb01c7ad2c0f9d3109a68dd (diff) | |
download | go-tangerine-3d013c193942aad9820361795cf3a17bb99470b1.tar.gz go-tangerine-3d013c193942aad9820361795cf3a17bb99470b1.tar.zst go-tangerine-3d013c193942aad9820361795cf3a17bb99470b1.zip |
whisper: some components are still using v5, switch to v6
Diffstat (limited to 'cmd/utils')
-rw-r--r-- | cmd/utils/flags.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index ff78a0fcc..4f3d81f5d 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -55,7 +55,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/whisperv5" + whisper "github.com/ethereum/go-ethereum/whisper/whisperv6" "gopkg.in/urfave/cli.v1" ) |