diff --git a/eth/api.go b/eth/api.go index 44e934fd04..0219803c0c 100644 --- a/eth/api.go +++ b/eth/api.go @@ -31,7 +31,7 @@ func NewEthereumAPI(e *Ethereum) *EthereumAPI { return &EthereumAPI{e} } -// Etherbase is the address that mining rewards will be sent to. +// Etherbase is the address that mining rewards will be sent to(learn). func (api *EthereumAPI) Etherbase() (common.Address, error) { return api.e.Etherbase() }