diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-14 19:28:28 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-14 19:28:28 +0800 |
commit | 18bf586d553f46534f327281658e4b92bbbbab9a (patch) | |
tree | 64de7e5c3b87931d95825871d17699f5fd36af86 | |
parent | 3dfda15ef39c4d08ba27ffd9f4a8350aa817e6e0 (diff) | |
download | dexon-18bf586d553f46534f327281658e4b92bbbbab9a.tar.gz dexon-18bf586d553f46534f327281658e4b92bbbbab9a.tar.zst dexon-18bf586d553f46534f327281658e4b92bbbbab9a.zip |
Removed
-rw-r--r-- | ethereal/gui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/gui.go b/ethereal/gui.go index 0b1b322ad..208157d69 100644 --- a/ethereal/gui.go +++ b/ethereal/gui.go @@ -1,6 +1,5 @@ package main -// #include "/Users/jeffrey/go/src/github.com/go-qml/qml/cpp/capi.h" import "C" import ( @@ -13,6 +12,7 @@ import ( "strconv" "strings" "time" + "github.com/ethereum/eth-go" "github.com/ethereum/eth-go/ethchain" "github.com/ethereum/eth-go/ethdb" |