mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-03 09:17:38 +00:00
Disable noisy log from consensus engine
This commit is contained in:
parent
537c5db510
commit
7bd1c1f23d
@ -947,11 +947,11 @@ func (p *Parlia) distributeIncoming(val common.Address, state *state.StateDB, he
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
log.Info("distribute to system reward pool", "block hash", header.Hash(), "amount", rewards)
|
// log.Info("distribute to system reward pool", "block hash", header.Hash(), "amount", rewards)
|
||||||
balance = balance.Sub(balance, rewards)
|
balance = balance.Sub(balance, rewards)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log.Info("distribute to validator contract", "block hash", header.Hash(), "amount", balance)
|
/// log.Info("distribute to validator contract", "block hash", header.Hash(), "amount", balance)
|
||||||
return p.distributeToValidator(balance, val, state, header, chain, txs, receipts, receivedTxs, usedGas, mining)
|
return p.distributeToValidator(balance, val, state, header, chain, txs, receipts, receivedTxs, usedGas, mining)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user