params: fix sync problem

This commit is contained in:
Daniel Liu 2024-09-04 12:01:20 +08:00 committed by Daniel Liu
parent 3593abe815
commit 763f8cb4f8

View file

@ -635,7 +635,7 @@ func (c *ChainConfig) IsTIPXDCXReceiver(num *big.Int) bool {
}
func (c *ChainConfig) IsXDCxDisable(num *big.Int) bool {
return isForked(common.TIPXDCXReceiverDisable, num)
return isForked(common.TIPXDCXMinerDisable, num)
}
func (c *ChainConfig) IsTIPXDCXLending(num *big.Int) bool {