mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
remove unwanted comments
This commit is contained in:
parent
36ff50845e
commit
e36fb38183
1 changed files with 0 additions and 3 deletions
|
|
@ -192,9 +192,6 @@ func (s *Snapshot) apply(headers []*types.Header) (*Snapshot, error) {
|
|||
v := getUpdatedValidatorSet(snap.ValidatorSet.Copy(), newVals)
|
||||
v.IncrementProposerPriority(1)
|
||||
snap.ValidatorSet = v
|
||||
|
||||
// log new validator set
|
||||
log.Info("New changed validator set", "number", snap.Number, "validatorSet", snap.ValidatorSet, "currentSigner", signer.Hex())
|
||||
}
|
||||
}
|
||||
snap.Number += uint64(len(headers))
|
||||
|
|
|
|||
Loading…
Reference in a new issue