aboutsummaryrefslogtreecommitdiffstats
path: root/eth/api_backend.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-07-01 16:13:53 +0800
committerGitHub <noreply@github.com>2016-07-01 16:13:53 +0800
commitda9aad88768efaae066d97e5cbfeb5a87a2adc90 (patch)
tree54d13e3a4f6e52a46d69a2f78ce1fc59d4beacb3 /eth/api_backend.go
parent1e50f5dd281d28b8db1c65b9e80e53080b86e369 (diff)
parent96dc42d99c5eb1251b9ae049fab3800ecc3ed100 (diff)
downloaddexon-da9aad88768efaae066d97e5cbfeb5a87a2adc90.tar
dexon-da9aad88768efaae066d97e5cbfeb5a87a2adc90.tar.gz
dexon-da9aad88768efaae066d97e5cbfeb5a87a2adc90.tar.bz2
dexon-da9aad88768efaae066d97e5cbfeb5a87a2adc90.tar.lz
dexon-da9aad88768efaae066d97e5cbfeb5a87a2adc90.tar.xz
dexon-da9aad88768efaae066d97e5cbfeb5a87a2adc90.tar.zst
dexon-da9aad88768efaae066d97e5cbfeb5a87a2adc90.zip
Merge pull request #2759 from karalabe/drop-redundant-full-service
cmd, common, console, eth, release: drop redundant "full"s
Diffstat (limited to 'eth/api_backend.go')
-rw-r--r--eth/api_backend.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/api_backend.go b/eth/api_backend.go
index 9dbebb226..efcdb3361 100644
--- a/eth/api_backend.go
+++ b/eth/api_backend.go
@@ -36,7 +36,7 @@ import (
// EthApiBackend implements ethapi.Backend for full nodes
type EthApiBackend struct {
- eth *FullNodeService
+ eth *Ethereum
gpo *gasprice.GasPriceOracle
}