Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 1516c2a

Browse files
committed
comment
1 parent e684950 commit 1516c2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x/evm/migrations/v5/migrate.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ var (
2020

2121
// MigrateStore migrates the x/evm module state from the consensus version 4 to
2222
// version 5. Specifically, it takes the parameters that are currently stored
23-
// and managed by the Cosmos SDK params module and stores them directly into the x/evm module state.
23+
// in separate keys and stores them directly into the x/evm module state using
24+
// a single params key.
2425
func MigrateStore(
2526
ctx sdk.Context,
2627
storeKey storetypes.StoreKey,

0 commit comments

Comments
 (0)