diff --git a/state/core_access.go b/state/core_access.go index 0a4ee5b11e..25e5febe8c 100644 --- a/state/core_access.go +++ b/state/core_access.go @@ -228,7 +228,7 @@ func (ca *CoreAccessor) SubmitPayForBlob( return ca.SubmitPayForBlobWithOptions(ctx, fee, gasLim, blobs, nil) } -// SubmitPayForBlobWithOptions builds, signs, and submits a MsgPayForBlob with an additional options defined +// SubmitPayForBlobWithOptions builds, signs, and submits a MsgPayForBlob with additional options defined // in `PayForBlobOptions`. If gasLim is set to 0, the method will automatically estimate the gas limit. // If the fee is negative, the method will use the nodes min gas price multiplied by the gas limit. func (ca *CoreAccessor) SubmitPayForBlobWithOptions(