mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
penalties returned
This commit is contained in:
parent
41ba2c6b33
commit
ef94c38a68
1 changed files with 1 additions and 1 deletions
|
|
@ -419,7 +419,7 @@ func New(ctx *node.ServiceContext, config *Config) (*Ethereum, error) {
|
||||||
|
|
||||||
log.Debug("Time Calculated HookPenaltyTIPSigning ", "block", header.Number, "hash", header.Hash().Hex(), "pen comeback nodes", len(penComebacks), "not enough miner", len(penalties), "time", common.PrettyDuration(time.Since(start)))
|
log.Debug("Time Calculated HookPenaltyTIPSigning ", "block", header.Number, "hash", header.Hash().Hex(), "pen comeback nodes", len(penComebacks), "not enough miner", len(penalties), "time", common.PrettyDuration(time.Since(start)))
|
||||||
penalties = append(penalties, penComebacks...)
|
penalties = append(penalties, penComebacks...)
|
||||||
return penComebacks, nil
|
return penalties, nil
|
||||||
|
|
||||||
}
|
}
|
||||||
return []common.Address{}, nil
|
return []common.Address{}, nil
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue