File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ func CreateUpgradeHandler(
35
35
// Overwrite the gravity module's version back to 1 so the migration will run to v2
36
36
fromVM [gravitytypes .ModuleName ] = 1
37
37
38
- ctx .Logger ().Info ("v4 upgrade: normalizing gravity denoms in bank balances" )
39
- normalizeGravityDenoms (ctx , bankKeeper )
40
-
41
38
ctx .Logger ().Info ("v4 upgrade: removing existing account with module address overlap" )
42
39
removeModuleAccountOverlap (ctx , accountKeeper , bankKeeper )
43
40
41
+ ctx .Logger ().Info ("v4 upgrade: normalizing gravity denoms in bank balances" )
42
+ normalizeGravityDenoms (ctx , bankKeeper )
43
+
44
44
ctx .Logger ().Info ("v4 upgrade: running migrations and exiting handler" )
45
45
return mm .RunMigrations (ctx , configurator , fromVM )
46
46
}
You can’t perform that action at this time.
0 commit comments