diff options
author | obscuren <geffobscura@gmail.com> | 2014-12-13 05:29:29 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-12-13 05:29:29 +0800 |
commit | 4c84db85c52b586d8c30f270b03671f77c9c2534 (patch) | |
tree | da4d18403b35185fc95436e7766ccccba7b248ce /ui | |
parent | 012298980892f4fe2d46f883203338c81ab86248 (diff) | |
download | dexon-4c84db85c52b586d8c30f270b03671f77c9c2534.tar dexon-4c84db85c52b586d8c30f270b03671f77c9c2534.tar.gz dexon-4c84db85c52b586d8c30f270b03671f77c9c2534.tar.bz2 dexon-4c84db85c52b586d8c30f270b03671f77c9c2534.tar.lz dexon-4c84db85c52b586d8c30f270b03671f77c9c2534.tar.xz dexon-4c84db85c52b586d8c30f270b03671f77c9c2534.tar.zst dexon-4c84db85c52b586d8c30f270b03671f77c9c2534.zip |
eth-go packages ended up in whisper
Diffstat (limited to 'ui')
-rw-r--r-- | ui/qt/qwhisper/whisper.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |