diff options
author | gluk256 <gluk256@gmail.com> | 2019-02-09 00:05:10 +0800 |
---|---|---|
committer | Rafael Matias <rafael@skyle.net> | 2019-02-19 20:09:10 +0800 |
commit | 8d8ddea1a36bfb50f6378650b6a4249fb1b0f9b4 (patch) | |
tree | 6077683d5e1edb1aa62b05caa01fd06bfc8f8452 /swarm/pss/client | |
parent | 068725c5b09a49b32850a9c10707a86f07fde962 (diff) | |
download | dexon-8d8ddea1a36bfb50f6378650b6a4249fb1b0f9b4.tar dexon-8d8ddea1a36bfb50f6378650b6a4249fb1b0f9b4.tar.gz dexon-8d8ddea1a36bfb50f6378650b6a4249fb1b0f9b4.tar.bz2 dexon-8d8ddea1a36bfb50f6378650b6a4249fb1b0f9b4.tar.lz dexon-8d8ddea1a36bfb50f6378650b6a4249fb1b0f9b4.tar.xz dexon-8d8ddea1a36bfb50f6378650b6a4249fb1b0f9b4.tar.zst dexon-8d8ddea1a36bfb50f6378650b6a4249fb1b0f9b4.zip |
swarm/pss: transition to whisper v6 (#19023)
(cherry picked from commit cde02e017ef2fb254f9b91888f4a14645c24890a)
Diffstat (limited to 'swarm/pss/client')
-rw-r--r-- | swarm/pss/client/client_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/pss/client/client_test.go b/swarm/pss/client/client_test.go index 0d6788d67..1c6f2e522 100644 --- a/swarm/pss/client/client_test.go +++ b/swarm/pss/client/client_test.go @@ -38,7 +38,7 @@ import ( "github.com/ethereum/go-ethereum/swarm/network" "github.com/ethereum/go-ethereum/swarm/pss" "github.com/ethereum/go-ethereum/swarm/state" - whisper "github.com/ethereum/go-ethereum/whisper/whisperv5" + whisper "github.com/ethereum/go-ethereum/whisper/whisperv6" ) type protoCtrl struct { |