eth, internal/ethapi: fix spelling of 'Ethereum' (#15164)

This commit is contained in:
Ernesto del Toro
2017-09-20 05:31:31 -04:00
committed by Felix Lange
parent b9ff44bd64
commit 3c8656347f
3 changed files with 9 additions and 9 deletions

View File

@ -43,7 +43,7 @@ type ContractBackend struct {
}
// NewContractBackend creates a new native contract backend using an existing
// Etheruem object.
// Ethereum object.
func NewContractBackend(apiBackend ethapi.Backend) *ContractBackend {
return &ContractBackend{
eapi: ethapi.NewPublicEthereumAPI(apiBackend),