diff --git a/x/crosschain/keeper/gas_payment.go b/x/crosschain/keeper/gas_payment.go index 57ee6fc9a6..f732b3541b 100644 --- a/x/crosschain/keeper/gas_payment.go +++ b/x/crosschain/keeper/gas_payment.go @@ -32,7 +32,7 @@ type ChainGasParams struct { // PayGasAndUpdateCctx updates the outbound tx with the new amount after paying the gas fee // **Caller should feed temporary ctx into this function** -// chainID is the outbound chain chain id , this can be receiver chain for regular transactions and sender-chain to reverted transactions +// chainID is the outbound chain id , this can be receiver chain for regular transactions and sender-chain to reverted transactions func (k Keeper) PayGasAndUpdateCctx( ctx sdk.Context, chainID int64, diff --git a/x/fungible/keeper/evm.go b/x/fungible/keeper/evm.go index d70d5e9399..16bf6de0bd 100644 --- a/x/fungible/keeper/evm.go +++ b/x/fungible/keeper/evm.go @@ -388,7 +388,7 @@ func (k Keeper) CallDepositAndCall(ctx sdk.Context, } // CallOnReceiveZevmConnector calls the onReceive function of the ZevmConnector contract -// Before calling it mints the zetaValue tokens to the fungible module , and this amount is then provided as value to the onReceive function +// Before calling it mints the zetaValue tokens to the fungible module, and this amount is then provided as value to the onReceive function // The onReceive function will then wrap this native zeta into WZETA and call the onReceive function of the destination contract specified by the destinationAddress func (k Keeper) CallOnReceiveZevmConnector(ctx sdk.Context, zetaTxSenderAddress []byte, @@ -440,7 +440,7 @@ func (k Keeper) CallOnReceiveZevmConnector(ctx sdk.Context, } // CallOnRevertZevmConnector calls the onRevert function of the ZevmConnector contract -// Before calling it mints the remainingZetaValue tokens to the fungible module , and this amount is then provided as value to the onRevert function +// Before calling it mints the remainingZetaValue tokens to the fungible module, and this amount is then provided as value to the onRevert function // The onRevert function will then wrap this native zeta into WZETA and call the onRevert function of the contract specified by the zetaTxSenderAddress // Note the destination address is the original destination address of the transaction and not the current destination . func (k Keeper) CallOnRevertZevmConnector(ctx sdk.Context,