From 3d013c193942aad9820361795cf3a17bb99470b1 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Thu, 22 Mar 2018 15:48:52 +0100 Subject: whisper: some components are still using v5, switch to v6 --- 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 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" ) -- cgit v1.2.3