fix: add UpgradePhoenixHeight to StateGetNetworkParams (#11648)

This commit is contained in:
tom123222 2024-02-28 02:52:23 +08:00 committed by Phi-rjan
parent f60d4e1208
commit 35a80802f6

View File

@ -1962,6 +1962,7 @@ func (a *StateAPI) StateGetNetworkParams(ctx context.Context) (*api.NetworkParam
UpgradeThunderHeight: build.UpgradeThunderHeight, UpgradeThunderHeight: build.UpgradeThunderHeight,
UpgradeWatermelonHeight: build.UpgradeWatermelonHeight, UpgradeWatermelonHeight: build.UpgradeWatermelonHeight,
UpgradeDragonHeight: build.UpgradeDragonHeight, UpgradeDragonHeight: build.UpgradeDragonHeight,
UpgradePhoenixHeight: build.UpgradePhoenixHeight,
}, },
}, nil }, nil
} }