mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
remove xdc0000000000000000000000000000000000000000
This commit is contained in:
parent
e2359d9b8c
commit
2c02ddc2d9
1 changed files with 2 additions and 2 deletions
|
|
@ -2555,7 +2555,7 @@ func (bc *BlockChain) UpdateM1() error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
// TODO: smart contract shouldn't return "0x0000000000000000000000000000000000000000"
|
// TODO: smart contract shouldn't return "0x0000000000000000000000000000000000000000"
|
||||||
if candidate.String() != "xdc0000000000000000000000000000000000000000" {
|
if !candidate.IsZero() {
|
||||||
ms = append(ms, utils.Masternode{Address: candidate, Stake: v})
|
ms = append(ms, utils.Masternode{Address: candidate, Stake: v})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue