aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorGuillaume Ballet <gballet@gmail.com>2018-03-26 22:36:14 +0800
committerGitHub <noreply@github.com>2018-03-26 22:36:14 +0800
commitcf799e5eaad022a07ca74b765451c8772d0d783c (patch)
treedc34d5d897bf730359b2c6016262a766fe85ac7c /cmd
parentc053f1146d777fef4e481f493946957d447b89d0 (diff)
parent3d013c193942aad9820361795cf3a17bb99470b1 (diff)
downloadgo-tangerine-cf799e5eaad022a07ca74b765451c8772d0d783c.tar
go-tangerine-cf799e5eaad022a07ca74b765451c8772d0d783c.tar.gz
go-tangerine-cf799e5eaad022a07ca74b765451c8772d0d783c.tar.bz2
go-tangerine-cf799e5eaad022a07ca74b765451c8772d0d783c.tar.lz
go-tangerine-cf799e5eaad022a07ca74b765451c8772d0d783c.tar.xz
go-tangerine-cf799e5eaad022a07ca74b765451c8772d0d783c.tar.zst
go-tangerine-cf799e5eaad022a07ca74b765451c8772d0d783c.zip
whisper: switch all remaining components from v5 to v6
Diffstat (limited to 'cmd')
-rw-r--r--cmd/geth/config.go2
-rw-r--r--cmd/utils/flags.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/geth/config.go b/cmd/geth/config.go
index 50e4de2e7..e6bd4d5be 100644
--- a/cmd/geth/config.go
+++ b/cmd/geth/config.go
@@ -32,7 +32,7 @@ import (
"github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/node"
"github.com/ethereum/go-ethereum/params"
- whisper "github.com/ethereum/go-ethereum/whisper/whisperv5"
+ whisper "github.com/ethereum/go-ethereum/whisper/whisperv6"
"github.com/naoina/toml"
)
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"
)