aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/filter.go4
-rw-r--r--ui/qt/filter.go4
2 files changed, 4 insertions, 4 deletions
diff --git a/ui/filter.go b/ui/filter.go
index 29a7aae86..ad29abbc5 100644
--- a/ui/filter.go
+++ b/ui/filter.go
@@ -1,8 +1,8 @@
package ui
import (
- "github.com/ethereum/eth-go/ethchain"
- "github.com/ethereum/eth-go/ethutil"
+ "github.com/ethereum/go-ethereum/ethchain"
+ "github.com/ethereum/go-ethereum/ethutil"
)
func NewFilterFromMap(object map[string]interface{}, eth ethchain.EthManager) *ethchain.Filter {
diff --git a/ui/qt/filter.go b/ui/qt/filter.go
index 86a34f37b..1fd99e78e 100644
--- a/ui/qt/filter.go
+++ b/ui/qt/filter.go
@@ -3,8 +3,8 @@ package qt
import (
"fmt"
- "github.com/ethereum/eth-go/ethchain"
- "github.com/ethereum/eth-go/ui"
+ "github.com/ethereum/go-ethereum/ethchain"
+ "github.com/ethereum/go-ethereum/ui"
"gopkg.in/qml.v1"
)