gofumpt and ignore duplicates

This commit is contained in:
0xmuralik
2022-10-17 12:17:56 +05:30
parent ec3e8f7ce3
commit a4f2cb5731
35 changed files with 74 additions and 116 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ func (suite AnteTestSuite) TestAnteHandler() {
coinAmount := sdk.NewCoin(evmtypes.DefaultEVMDenom, sdk.NewInt(20))
gasAmount := sdk.NewCoins(coinAmount)
gas := uint64(200000)
//reusing the gasAmount for deposit
// reusing the gasAmount for deposit
deposit := sdk.NewCoins(coinAmount)
txBuilder := suite.CreateTestEIP712SubmitProposal(from, privKey, "ethermint_9000-1", gas, gasAmount, deposit)
return txBuilder.GetTx()