From 96dc42d99c5eb1251b9ae049fab3800ecc3ed100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Thu, 30 Jun 2016 13:03:26 +0300 Subject: cmd, common, console, eth, release: drop redundant "full"s --- console/console_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'console') diff --git a/console/console_test.go b/console/console_test.go index b40db0604..7738d0c44 100644 --- a/console/console_test.go +++ b/console/console_test.go @@ -76,7 +76,7 @@ func (p *hookedPrompter) SetWordCompleter(completer WordCompleter) {} type tester struct { workspace string stack *node.Node - ethereum *eth.FullNodeService + ethereum *eth.Ethereum console *Console input *hookedPrompter output *bytes.Buffer @@ -134,7 +134,7 @@ func newTester(t *testing.T, confOverride func(*eth.Config)) *tester { t.Fatalf("failed to create JavaScript console: %v", err) } // Create the final tester and return - var ethereum *eth.FullNodeService + var ethereum *eth.Ethereum stack.Service(ðereum) return &tester{ -- cgit v1.2.3