Skip to content

Commit d47dbf8

Browse files
committed
fix: remove comment for unprotected transactions removal (https://github.com/cosmos/evm/pull/415/changes)
1 parent cf5f29a commit d47dbf8

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

app/upgrades/v9/upgrades.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,8 @@ func MigrateEvmModule(ctx sdk.Context, keys map[string]*storetypes.KVStoreKey, c
103103
}
104104

105105
params := evmtypes.Params{
106-
EvmDenom: legacyEvmParams.EvmDenom,
107-
ExtraEIPs: eips,
108-
// FIXME: Investigate why this param is removed
109-
// AllowUnprotectedTxs: legacyEvmParams.AllowUnprotectedTxs,
106+
EvmDenom: legacyEvmParams.EvmDenom,
107+
ExtraEIPs: eips,
110108
EVMChannels: legacyEvmParams.EVMChannels,
111109
AccessControl: accessControl,
112110
ActiveStaticPrecompiles: legacyEvmParams.ActiveStaticPrecompiles,

0 commit comments

Comments
 (0)