whisper: some components are still using v5, switch to v6

This commit is contained in:
Guillaume Ballet
2018-03-22 15:48:52 +01:00
parent 933972d139
commit 3d013c1939
4 changed files with 13 additions and 13 deletions

View File

@ -55,7 +55,7 @@ import (
"github.com/ethereum/go-ethereum/p2p/nat"
"github.com/ethereum/go-ethereum/p2p/netutil"
"github.com/ethereum/go-ethereum/params"
whisper "github.com/ethereum/go-ethereum/whisper/whisperv5"
whisper "github.com/ethereum/go-ethereum/whisper/whisperv6"
"gopkg.in/urfave/cli.v1"
)