Commit 338c7ec2 authored by Roman's avatar Roman
Browse files

lint

parent 78d7065d
Showing with 1 addition and 1 deletion
+1 -1
......@@ -22,7 +22,7 @@ func CreateUpgradeHandler(
keepers.SwapRouterKeeper.SetParams(ctx, swaproutertypes.DefaultParams())
poolsCount := keepers.GAMMKeeper.GetPoolCount(ctx)
keepers.SwapRouterKeeper.SetNextPoolId(ctx, uint64(poolsCount))
keepers.SwapRouterKeeper.SetNextPoolId(ctx, poolsCount)
return mm.RunMigrations(ctx, configurator, fromVM)
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment