Add penalty feature for prevent signer without sign in epoc make slow

This commit is contained in:
AnilChinchwale 2018-11-07 12:05:58 +05:30
parent 7892d7c162
commit 9414ae6f2a
2 changed files with 2 additions and 3 deletions

View file

@ -282,7 +282,6 @@ func New(ctx *node.ServiceContext, config *Config) (*Ethereum, error) {
} }
return penSigners, nil return penSigners, nil
} }
return []common.Address{}, nil return []common.Address{}, nil
} }