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

@ -32,7 +32,7 @@ import (
"github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/node"
"github.com/ethereum/go-ethereum/params"
whisper "github.com/ethereum/go-ethereum/whisper/whisperv5"
whisper "github.com/ethereum/go-ethereum/whisper/whisperv6"
"github.com/naoina/toml"
)