Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
osmosis
Commits
338c7ec2
Commit
338c7ec2
authored
2 years ago
by
Roman
Browse files
Options
Download
Email Patches
Plain Diff
lint
parent
78d7065d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/upgrades/v13/upgrades.go
+1
-1
app/upgrades/v13/upgrades.go
with
1 addition
and
1 deletion
+1
-1
app/upgrades/v13/upgrades.go
+
1
-
1
View file @
338c7ec2
...
...
@@ -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
)
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment