Skip to content

Commit

Permalink
Cns v0.23.4 (#812)
Browse files Browse the repository at this point in the history
* v0.23.3 -> v0.23.4

* removed added moduile

---------

Co-authored-by: Yarom Swisa <[email protected] git config --global user.name Yarom>
  • Loading branch information
Yaroms and Yarom Swisa authored Sep 19, 2023
1 parent 24eacc5 commit 62bd1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/upgrades/empty_upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ var Upgrade_0_23_2 = Upgrade{

var Upgrade_0_23_4 = Upgrade{
UpgradeName: "v0.23.4",
CreateUpgradeHandler: v0_23_0_UpgradeHandler,
StoreUpgrades: store.StoreUpgrades{Added: []string{dualstakingtypes.StoreKey}},
CreateUpgradeHandler: defaultUpgradeHandler,
StoreUpgrades: store.StoreUpgrades{},
}

0 comments on commit 62bd1a3

Please sign in to comment.