mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
ethclient: update BlobBaseFee method documentation for clarity
This commit is contained in:
parent
916b67d8f3
commit
ea4ead8f8f
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ func (ec *Client) SuggestGasTipCap(ctx context.Context) (*big.Int, error) {
|
|||
return (*big.Int)(&hex), nil
|
||||
}
|
||||
|
||||
// BlobBaseFee returns the base fee per blob gas in wei.
|
||||
// BlobBaseFee retrieves the current blob base fee.
|
||||
func (ec *Client) BlobBaseFee(ctx context.Context) (*big.Int, error) {
|
||||
var hex hexutil.Big
|
||||
if err := ec.c.CallContext(ctx, &hex, "eth_blobBaseFee"); err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue