fix: add UpgradePhoenixHeight to StateGetNetworkParams (#11648)

This commit is contained in:
tom123222 2024-02-28 02:52:23 +08:00 committed by GitHub
parent 9dc29bf3f7
commit 01ec166e3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
}