From 96dc42d99c5eb1251b9ae049fab3800ecc3ed100 Mon Sep 17 00:00:00 2001 From: Péter Szilágyi Date: Thu, 30 Jun 2016 13:03:26 +0300 Subject: cmd, common, console, eth, release: drop redundant "full"s --- common/natspec/natspec_e2e_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/natspec') diff --git a/common/natspec/natspec_e2e_test.go b/common/natspec/natspec_e2e_test.go index ac0bbe784..255260576 100644 --- a/common/natspec/natspec_e2e_test.go +++ b/common/natspec/natspec_e2e_test.go @@ -99,7 +99,7 @@ const ( type testFrontend struct { t *testing.T - ethereum *eth.FullNodeService + ethereum *eth.Ethereum xeth *xe.XEth wait chan *big.Int lastConfirm string @@ -123,7 +123,7 @@ func (self *testFrontend) ConfirmTransaction(tx string) bool { return true } -func testEth(t *testing.T) (ethereum *eth.FullNodeService, err error) { +func testEth(t *testing.T) (ethereum *eth.Ethereum, err error) { tmp, err := ioutil.TempDir("", "natspec-test") if err != nil { -- cgit