diff --git a/ethereal/gui.go b/ethereal/gui.go index 0b1b322ad2aa5df980055a125349eac41d2296c7..208157d69c71be5f66de4364fb29a63e0c4a89d2 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"