From 01ec166e3a9e5f1719a3dff63e0c77652ff4a0d5 Mon Sep 17 00:00:00 2001 From: tom123222 <160735201+tom123222@users.noreply.github.com> Date: Wed, 28 Feb 2024 02:52:23 +0800 Subject: [PATCH] fix: add UpgradePhoenixHeight to StateGetNetworkParams (#11648) --- node/impl/full/state.go | 1 + 1 file changed, 1 insertion(+) diff --git a/node/impl/full/state.go b/node/impl/full/state.go index 676935ff5..dda889832 100644 --- a/node/impl/full/state.go +++ b/node/impl/full/state.go @@ -1962,6 +1962,7 @@ func (a *StateAPI) StateGetNetworkParams(ctx context.Context) (*api.NetworkParam UpgradeThunderHeight: build.UpgradeThunderHeight, UpgradeWatermelonHeight: build.UpgradeWatermelonHeight, UpgradeDragonHeight: build.UpgradeDragonHeight, + UpgradePhoenixHeight: build.UpgradePhoenixHeight, }, }, nil }