mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Add penalty feature for prevent signer without sign in epoc make slow down chain.
Fixed duplicate nonce value for randomize and sign txs Fixed prevent signers penaltied return in 4 epocs sequent.
This commit is contained in:
parent
74670cbe50
commit
3a49a4af4f
2 changed files with 5 additions and 6 deletions
|
|
@ -282,7 +282,6 @@ func New(ctx *node.ServiceContext, config *Config) (*Ethereum, error) {
|
|||
}
|
||||
return penSigners, nil
|
||||
}
|
||||
|
||||
return []common.Address{}, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue