fix: gov 0.46 migration (#11206)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Robert Zaremba 2022-02-16 17:16:13 +01:00 committed by GitHub
parent cb6fea997c
commit 133843874a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@ package keeper
import (
sdk "github.com/cosmos/cosmos-sdk/types"
v046 "github.com/cosmos/cosmos-sdk/x/bank/migrations/v046"
v043 "github.com/cosmos/cosmos-sdk/x/gov/migrations/v043"
v046 "github.com/cosmos/cosmos-sdk/x/gov/migrations/v046"
)
// Migrator is a struct for handling in-place store migrations.