aboutsummaryrefslogtreecommitdiffstats
path: root/mobile
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 /mobile
parent933972d139b0fe291cb01c7ad2c0f9d3109a68dd (diff)
downloaddexon-3d013c193942aad9820361795cf3a17bb99470b1.tar
dexon-3d013c193942aad9820361795cf3a17bb99470b1.tar.gz
dexon-3d013c193942aad9820361795cf3a17bb99470b1.tar.bz2
dexon-3d013c193942aad9820361795cf3a17bb99470b1.tar.lz
dexon-3d013c193942aad9820361795cf3a17bb99470b1.tar.xz
dexon-3d013c193942aad9820361795cf3a17bb99470b1.tar.zst
dexon-3d013c193942aad9820361795cf3a17bb99470b1.zip
whisper: some components are still using v5, switch to v6
Diffstat (limited to 'mobile')
-rw-r--r--mobile/geth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/geth.go b/mobile/geth.go
index 7e3b8f491..488a4150f 100644
--- a/mobile/geth.go
+++ b/mobile/geth.go
@@ -34,7 +34,7 @@ import (
"github.com/ethereum/go-ethereum/p2p"
"github.com/ethereum/go-ethereum/p2p/nat"
"github.com/ethereum/go-ethereum/params"
- whisper "github.com/ethereum/go-ethereum/whisper/whisperv5"
+ whisper "github.com/ethereum/go-ethereum/whisper/whisperv6"
)
// NodeConfig represents the collection of configuration values to fine tune the Geth