mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-22 03:30:35 +00:00
Merge branch 'log-level' into 'master'
Increased logging level for validator slashing See merge request pulsechaincom/go-pulse!33
This commit is contained in:
commit
ea09e5a94f
@ -786,7 +786,7 @@ func (p *Parlia) Finalize(chain consensus.ChainHeaderReader, header *types.Heade
|
||||
}
|
||||
}
|
||||
if !signedRecently {
|
||||
log.Debug("Slash validator", "number", header.Number, "validator", spoiledVal)
|
||||
log.Info("Slash validator", "number", header.Number, "validator", spoiledVal)
|
||||
err = p.slash(spoiledVal, state, header, cx, txs, receipts, systemTxs, usedGas, false)
|
||||
if err != nil {
|
||||
// it is possible that slash validator failed because of the slash channel is disabled.
|
||||
|
Loading…
Reference in New Issue
Block a user