Skip to content

EthereumAPI.Etherbase

Source (upstream pre-purge) Current
File eth/api.go api_pow.go
Symbol EthereumAPI.Etherbase EthereumAPI.Etherbase
Ref d8e0807da~1 etc/v1.17.3-full-node

eth_etherbase RPC. Removed upstream in PR

3-way merge — purge → getc ← upstream

pre-purge
// Etherbase is the address that mining rewards will be sent to.
func (api *EthereumAPI) Etherbase() (common.Address, error) {
return api.e.Etherbase()
}
core-geth validation — **Identical** ✅ | | | |---|---| | File | [`api.go`](https://github.com/etclabscore/core-geth/blob/v1.12.20/eth/api.go) | | Symbol | `EthereumAPI.Etherbase` | | Ref | `v1.12.20` |

← RPC & API