Skip to content

Commit

Permalink
fix: update UpgradeHyggeHeight to -21 in forcenet
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Apr 18, 2023
1 parent 18f6256 commit c3e5c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/networks/forcenet.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func ForceNet() *NetworkConf {
UpgradeOhSnapHeight: -18,
UpgradeSkyrHeight: -19,
UpgradeSharkHeight: -20,
UpgradeHyggeHeight: 30,
UpgradeHyggeHeight: -21,
UpgradeLightningHeight: 30,
UpgradeThunderHeight: 1000,
},
Expand Down

0 comments on commit c3e5c07

Please sign in to comment.