aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/config.go
diff options
context:
space:
mode:
authorGuillaume Ballet <gballet@gmail.com>2018-03-22 22:48:52 +0800
committerGuillaume Ballet <gballet@gmail.com>2018-03-22 22:48:52 +0800
commit3d013c193942aad9820361795cf3a17bb99470b1 (patch)
tree13c43a625b4b80ef8d84184a6e23778f2d5657e9 /cmd/geth/config.go
parent933972d139b0fe291cb01c7ad2c0f9d3109a68dd (diff)
downloadgo-tangerine-3d013c193942aad9820361795cf3a17bb99470b1.tar
go-tangerine-3d013c193942aad9820361795cf3a17bb99470b1.tar.gz
go-tangerine-3d013c193942aad9820361795cf3a17bb99470b1.tar.bz2
go-tangerine-3d013c193942aad9820361795cf3a17bb99470b1.tar.lz
go-tangerine-3d013c193942aad9820361795cf3a17bb99470b1.tar.xz
go-tangerine-3d013c193942aad9820361795cf3a17bb99470b1.tar.zst
go-tangerine-3d013c193942aad9820361795cf3a17bb99470b1.zip
whisper: some components are still using v5, switch to v6
Diffstat (limited to 'cmd/geth/config.go')
-rw-r--r--cmd/geth/config.go2
1 files changed, 1 insertions, 1 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"
)