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

@ -42,7 +42,7 @@ type ContractBackend struct {
// NewContractBackend creates a new native contract backend using an existing
// Etheruem object.
func NewContractBackend(eth *FullNodeService) *ContractBackend {
func NewContractBackend(eth *Ethereum) *ContractBackend {
return &ContractBackend{
eapi: ethapi.NewPublicEthereumAPI(eth.apiBackend, nil, nil),
bcapi: ethapi.NewPublicBlockChainAPI(eth.apiBackend),