099: feeGas := int64(feeTx.GetGas()) // @audit-info snapshot of gas consumed
...  // [...]
110:
111: if !simulate {
112: 	payCoin, tip, err = ante.CheckTxFee(ctx, minGasPrice, payCoin, feeGas, false)
113: 	if err != nil {
114: 		return ctx, err
115: 	}
116: }
