diff options
author | obscuren <geffobscura@gmail.com> | 2014-04-24 06:01:22 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-04-24 06:01:22 +0800 |
commit | bb72347acf8a82d1c20e8aae25c84e5dc75903dd (patch) | |
tree | c2ab64cf4bbbe23a9efab8efa1087ba775e12aa2 /ethereal/ui/ui_lib.go | |
parent | 43f1214f97e52863b1f1ef7913991bef3d00c58e (diff) | |
download | dexon-bb72347acf8a82d1c20e8aae25c84e5dc75903dd.tar dexon-bb72347acf8a82d1c20e8aae25c84e5dc75903dd.tar.gz dexon-bb72347acf8a82d1c20e8aae25c84e5dc75903dd.tar.bz2 dexon-bb72347acf8a82d1c20e8aae25c84e5dc75903dd.tar.lz dexon-bb72347acf8a82d1c20e8aae25c84e5dc75903dd.tar.xz dexon-bb72347acf8a82d1c20e8aae25c84e5dc75903dd.tar.zst dexon-bb72347acf8a82d1c20e8aae25c84e5dc75903dd.zip |
Minor fixes and sample coin "improvements"
Diffstat (limited to 'ethereal/ui/ui_lib.go')
-rw-r--r-- | ethereal/ui/ui_lib.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/ui/ui_lib.go b/ethereal/ui/ui_lib.go index 09f81c67e..9191e5ea9 100644 --- a/ethereal/ui/ui_lib.go +++ b/ethereal/ui/ui_lib.go @@ -7,7 +7,7 @@ import ( "github.com/ethereum/eth-go/ethchain" "github.com/ethereum/eth-go/ethutil" "github.com/ethereum/go-ethereum/utils" - "github.com/niemeyer/qml" + "github.com/go-qml/qml" "os" "path" "path/filepath" |