diff options
author | Ernesto del Toro <ernestodeltoro@users.noreply.github.com> | 2017-09-20 17:31:31 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2017-09-20 17:31:31 +0800 |
commit | 3c8656347f67dbc8e57c663ec5c26d24c4151678 (patch) | |
tree | 4008b6b9b00fd59e551260c2e0debce30f86a68c /eth/bind.go | |
parent | b9ff44bd64b9e59806577239eb037f99aad5fff4 (diff) | |
download | go-tangerine-3c8656347f67dbc8e57c663ec5c26d24c4151678.tar go-tangerine-3c8656347f67dbc8e57c663ec5c26d24c4151678.tar.gz go-tangerine-3c8656347f67dbc8e57c663ec5c26d24c4151678.tar.bz2 go-tangerine-3c8656347f67dbc8e57c663ec5c26d24c4151678.tar.lz go-tangerine-3c8656347f67dbc8e57c663ec5c26d24c4151678.tar.xz go-tangerine-3c8656347f67dbc8e57c663ec5c26d24c4151678.tar.zst go-tangerine-3c8656347f67dbc8e57c663ec5c26d24c4151678.zip |
eth, internal/ethapi: fix spelling of 'Ethereum' (#15164)
Diffstat (limited to 'eth/bind.go')
-rw-r--r-- | eth/bind.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/bind.go b/eth/bind.go index 0385db1f9..d09977dbc 100644 --- a/eth/bind.go +++ b/eth/bind.go @@ -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), |