learn ethereum

This commit is contained in:
liyifan.715 2024-03-06 16:53:02 +08:00
parent 588c5480fd
commit bf4c2ddb01

View file

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