Skip to content

Commit

Permalink
Go lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Jan 14, 2025
1 parent b8eda96 commit 65e53f3
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 0 deletions.
1 change: 1 addition & 0 deletions x/erc20/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ func (suite *KeeperTestSuite) DeployContractMaliciousDelayed(name string, symbol
return crypto.CreateAddress(suite.address, nonce)
}

// nolint: dupl
func (suite *KeeperTestSuite) DeployContractDirectBalanceManipulation(name string, symbol string) common.Address {
ctx := sdk.WrapSDKContext(suite.ctx)
chainID := suite.app.EvmKeeper.ChainID()
Expand Down
Loading

0 comments on commit 65e53f3

Please sign in to comment.