From bf4c2ddb01b12cdaee1e37e8234919d79cf66b6b Mon Sep 17 00:00:00 2001 From: "liyifan.715" Date: Wed, 6 Mar 2024 16:53:02 +0800 Subject: [PATCH] learn ethereum --- eth/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }