File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ func (k *Keeper) DeductTxCostsFromUserBalance(
137137}
138138
139139// VerifyFee is used to return the fee, or token payment, for the given
140- // transaction data in [sdk.Coin]s. It checks that the the gas limit and uses the
140+ // transaction data in [sdk.Coin]s. It checks that the gas limit and uses the
141141// "effective fee" from the [evm.TxData].
142142//
143143// - For [evm.DynamicFeeTx], the effective gas price is the minimum of
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ func (m MsgChangeRoot) GetSignBytes() []byte {
9898// ----------------- "nibiru.sudo.v1.MsgEditZeroGasActors" -----------------
9999
100100// ValidateBasic performs a stateless validation check. Stateless here means no
101- // usage of information from the the "world state" [sdk.Context].
101+ // usage of information from the "world state" [sdk.Context].
102102func (m MsgEditZeroGasActors ) ValidateBasic () error {
103103 err := m .Actors .Validate ()
104104 if err != nil {
You can’t perform that action at this time.
0 commit comments