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()
}