eth, internal/ethapi: fix spelling of 'Ethereum' (#15164)
This commit is contained in:
committed by
Felix Lange
parent
b9ff44bd64
commit
3c8656347f
@ -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),
|
||||
|
Reference in New Issue
Block a user