fix: add fields to ForkUpgradeParams

This commit is contained in:
simlecode
2022-10-22 23:41:52 +08:00
parent 30f147770c
commit 5284f60e83
4 changed files with 10 additions and 2 deletions
+2
View File
@@ -1797,6 +1797,8 @@ func (a *StateAPI) StateGetNetworkParams(ctx context.Context) (*api.NetworkParam
UpgradeHyperdriveHeight: build.UpgradeHyperdriveHeight,
UpgradeChocolateHeight: build.UpgradeChocolateHeight,
UpgradeOhSnapHeight: build.UpgradeOhSnapHeight,
UpgradeSkyrHeight: build.UpgradeSkyrHeight,
UpgradeSharkHeight: build.UpgradeSharkHeight,
},
}, nil
}