Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed May 6, 2024
1 parent 190a10e commit 882a99d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions x/evm/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package evm
import (
"bytes"
"fmt"

abci "github.com/cometbft/cometbft/abci/types"
sdk "github.com/cosmos/cosmos-sdk/types"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
Expand Down
2 changes: 1 addition & 1 deletion x/evm/keeper/precompile.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func ValidatePrecompilesUninitialized(stateDB StateDB, addrs []common.Address) e
}

// InitializePrecompiles initializes list of precompiles at specified addresses.
// Initialization of precompile sets non-zero nonce and non-empty code at specified address to resemble behaviour of
// Initialization of precompile sets non-zero nonce and non-empty code at specified address to resemble behavior of
// regular smart contract.
func InitializePrecompiles(stateDB StateDB, addrs []common.Address) {
for _, addr := range addrs {
Expand Down

0 comments on commit 882a99d

Please sign in to comment.