Skip to content

Commit

Permalink
remove unused constant for max pool id
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Aug 24, 2023
1 parent eb0cb01 commit 1129ee8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/upgrades/v18/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ import (
// UpgradeName defines the on-chain upgrade name for the Osmosis v18 upgrade.
const UpgradeName = "v18"

// We believe its all pools from pool 1 to 603.
const MaxCorruptedAccumStoreId = 603

var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,
CreateUpgradeHandler: CreateUpgradeHandler,
Expand Down

0 comments on commit 1129ee8

Please sign in to comment.