mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
params: fix sync problem
This commit is contained in:
parent
3593abe815
commit
763f8cb4f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue