mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-28 01:16:22 +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)))
|
||||
penalties = append(penalties, penComebacks...)
|
||||
return penComebacks, nil
|
||||
return penalties, nil
|
||||
|
||||
}
|
||||
return []common.Address{}, nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue