Commit 71c974f3 authored by zelig's avatar zelig

fix end to end test import cycle

parent e9874cbc
...@@ -10,11 +10,9 @@ import ( ...@@ -10,11 +10,9 @@ import (
"github.com/ethereum/go-ethereum/accounts" "github.com/ethereum/go-ethereum/accounts"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/docserver" "github.com/ethereum/go-ethereum/common/docserver"
"github.com/ethereum/go-ethereum/common/natspec"
"github.com/ethereum/go-ethereum/common/resolver" "github.com/ethereum/go-ethereum/common/resolver"
"github.com/ethereum/go-ethereum/core" "github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/core/state" "github.com/ethereum/go-ethereum/core/state"
//"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/eth" "github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/rpc" "github.com/ethereum/go-ethereum/rpc"
...@@ -100,7 +98,7 @@ func (f *testFrontend) ConfirmTransaction(tx string) bool { ...@@ -100,7 +98,7 @@ func (f *testFrontend) ConfirmTransaction(tx string) bool {
if err != nil { if err != nil {
f.t.Errorf("Error creating DocServer: %v", err) f.t.Errorf("Error creating DocServer: %v", err)
} }
f.lastConfirm = natspec.GetNotice(f.xeth, tx, ds) f.lastConfirm = GetNotice(f.xeth, tx, ds)
} }
return true return true
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment