Skip to content

Commit

Permalink
Added doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed May 6, 2024
1 parent 6fc8c91 commit 190a10e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/evm/keeper/precompile.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ type StateDB interface {
SetCode(common.Address, []byte)
}

// InitializationConfig contains lists of contracts which has to be validated, initialized and uninitialized correspondingly.
type InitializationConfig struct {
ValidateInitialized []common.Address
ValidateUninitialized []common.Address
Expand Down

0 comments on commit 190a10e

Please sign in to comment.