Skip to content

Commit

Permalink
fix: add UpgradePhoenixHeight to StateGetNetworkParams (#11648)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom123222 authored Feb 27, 2024
1 parent 9dc29bf commit 01ec166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/impl/full/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 01ec166

Please sign in to comment.