aboutsummaryrefslogtreecommitdiffstats
path: root/eth/api_backend.go
diff options
context:
space:
mode:
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
}