cmd, common, console, eth, release: drop redundant "full"s

This commit is contained in:
Péter Szilágyi
2016-06-30 13:03:26 +03:00
parent 1e50f5dd28
commit 96dc42d99c
11 changed files with 85 additions and 85 deletions

View File

@ -36,7 +36,7 @@ import (
// EthApiBackend implements ethapi.Backend for full nodes
type EthApiBackend struct {
eth *FullNodeService
eth *Ethereum
gpo *gasprice.GasPriceOracle
}