From e9245c176e6d9fc5427742694645ffd16ea11af6 Mon Sep 17 00:00:00 2001 From: Aayush Date: Tue, 13 Feb 2024 09:58:58 -0500 Subject: [PATCH] Add UpgradePhoenixHeight to API params --- api/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/types.go b/api/types.go index 35c086472..5fe9ffca3 100644 --- a/api/types.go +++ b/api/types.go @@ -350,6 +350,7 @@ type ForkUpgradeParams struct { UpgradeThunderHeight abi.ChainEpoch UpgradeWatermelonHeight abi.ChainEpoch UpgradeDragonHeight abi.ChainEpoch + UpgradePhoenixHeight abi.ChainEpoch } type NonceMapType map[address.Address]uint64