Skip to content

Commit 798b6d2

Browse files
authored
docs: remove duplicate word in comment (#2430)
Signed-off-by: vetclippy <[email protected]>
1 parent f77f32f commit 798b6d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x/evm/evmstate/gas_fees.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

x/sudo/msgs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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].
102102
func (m MsgEditZeroGasActors) ValidateBasic() error {
103103
err := m.Actors.Validate()
104104
if err != nil {

0 commit comments

Comments
 (0)