MinerAPI.SetEtherbase¶
| Source (upstream pre-purge) | Current | |
|---|---|---|
| File | eth/api_miner.go |
api_miner_pow.go |
| Symbol | MinerAPI.SetEtherbase |
MinerAPI.SetEtherbase |
| Ref | d8e0807da~1 |
etc/v1.17.3-full-node |
miner_setEtherbase RPC.
3-way merge — purge → getc ← upstream¶
pre-purge
↗// SetEtherbase sets the etherbase of the miner.
func (api *MinerAPI) SetEtherbase(etherbase common.Address) bool {
api.e.SetEtherbase(etherbase)
return true
}