EthereumAPI.Mining¶
| Source (upstream pre-purge) | Current | |
|---|---|---|
| File | eth/api.go |
api_pow.go |
| Symbol | EthereumAPI.Mining |
EthereumAPI.Mining |
| Ref | d8e0807da~1 |
etc/v1.17.3-full-node |
eth_mining RPC.
3-way merge — purge → getc ← upstream¶
pre-purge
↗// Mining returns an indication if this node is currently mining.
func (api *EthereumAPI) Mining() bool {
return api.e.IsMining()
}