whisper: switch all remaining components from v5 to v6

This commit is contained in:
Guillaume Ballet
2018-03-26 16:36:14 +02:00
committed by GitHub
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"
)