diff --git a/ui/qt/qwhisper/whisper.go b/ui/qt/qwhisper/whisper.go index fd2b62ac2..d307366c8 100644 --- a/ui/qt/qwhisper/whisper.go +++ b/ui/qt/qwhisper/whisper.go @@ -3,7 +3,7 @@ package qwhisper import ( "time" - "github.com/ethereum/eth-go/ethutil" + "github.com/ethereum/go-ethereum/ethutil" "github.com/ethereum/go-ethereum/whisper" )