diff options
author | gluk256 <gluk256@users.noreply.github.com> | 2017-04-28 17:57:15 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2017-04-28 17:57:15 +0800 |
commit | f9be9a2302dd73fe3cc792167d65f24c7b7d35c4 (patch) | |
tree | f36a8c8a964f16e68b352dc0e750235aff043930 /mobile/geth.go | |
parent | 95f0bd0acf301bf8415747c4ff050e8a4dfdc864 (diff) | |
download | dexon-f9be9a2302dd73fe3cc792167d65f24c7b7d35c4.tar dexon-f9be9a2302dd73fe3cc792167d65f24c7b7d35c4.tar.gz dexon-f9be9a2302dd73fe3cc792167d65f24c7b7d35c4.tar.bz2 dexon-f9be9a2302dd73fe3cc792167d65f24c7b7d35c4.tar.lz dexon-f9be9a2302dd73fe3cc792167d65f24c7b7d35c4.tar.xz dexon-f9be9a2302dd73fe3cc792167d65f24c7b7d35c4.tar.zst dexon-f9be9a2302dd73fe3cc792167d65f24c7b7d35c4.zip |
whisper: switching to v5 + minor refactoring (#14387)
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 4d679fb53..f254d39bb 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/whisperv2" + whisper "github.com/ethereum/go-ethereum/whisper/whisperv5" ) // NodeConfig represents the collection of configuration values to fine tune the Geth |