From 1516c2a970c77098f72de53a20fe2aa5edcba468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Federico=20Kunze=20K=C3=BCllmer?= <31522760+fedekunze@users.noreply.github.com> Date: Mon, 23 Jan 2023 15:41:09 +0100 Subject: [PATCH] comment --- x/evm/migrations/v5/migrate.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x/evm/migrations/v5/migrate.go b/x/evm/migrations/v5/migrate.go index 796336b452..94dad466d8 100644 --- a/x/evm/migrations/v5/migrate.go +++ b/x/evm/migrations/v5/migrate.go @@ -20,7 +20,8 @@ var ( // MigrateStore migrates the x/evm module state from the consensus version 4 to // version 5. Specifically, it takes the parameters that are currently stored -// and managed by the Cosmos SDK params module and stores them directly into the x/evm module state. +// in separate keys and stores them directly into the x/evm module state using +// a single params key. func MigrateStore( ctx sdk.Context, storeKey storetypes.StoreKey,