mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
learn ethereum
This commit is contained in:
parent
588c5480fd
commit
bf4c2ddb01
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue