|
|
@@ -947,11 +947,11 @@ func (p *Parlia) distributeIncoming(val common.Address, state *state.StateDB, he
|
|
|
if err != nil {
|
|
|
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)
|
|
|
}
|
|
|
}
|
|
|
- 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)
|
|
|
}
|
|
|
|