diff options
author | Guillaume Ballet <gballet@gmail.com> | 2018-03-26 22:36:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-26 22:36:14 +0800 |
commit | cf799e5eaad022a07ca74b765451c8772d0d783c (patch) | |
tree | dc34d5d897bf730359b2c6016262a766fe85ac7c /mobile/geth.go | |
parent | c053f1146d777fef4e481f493946957d447b89d0 (diff) | |
parent | 3d013c193942aad9820361795cf3a17bb99470b1 (diff) | |
download | go-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 'mobile/geth.go')
-rw-r--r-- | mobile/geth.go | 2 |
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 |