Add disable flag for Skyr upgrade
This commit is contained in:
@@ -300,7 +300,7 @@ func gasEstimateGasLimit(
|
||||
|
||||
transitionalMulti := 1.0
|
||||
// Overestimate gas around the upgrade
|
||||
if ts.Height() <= build.UpgradeFVM1Height && (build.UpgradeFVM1Height-ts.Height() <= 20) {
|
||||
if ts.Height() <= build.UpgradeSkyrHeight && (build.UpgradeSkyrHeight-ts.Height() <= 20) {
|
||||
transitionalMulti = 2.0
|
||||
|
||||
func() {
|
||||
|
||||
Reference in New Issue
Block a user