fix: add UpgradePhoenixHeight to StateGetNetworkParams (#11648)

This commit is contained in:
tom123222
2024-03-22 07:00:28 +01:00
committed by Phi-rjan
parent f60d4e1208
commit 35a80802f6
+1
View File
@@ -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
}