Skip to content

Commit 8c5bfa8

Browse files
author
eric
committed
add trace log
1 parent 77f01cc commit 8c5bfa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

consensus/parlia/parlia.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,7 @@ func (p *Parlia) distributeIncoming(val common.Address, state *state.StateDB, he
10851085
if blockRewards == nil {
10861086
blockRewards = big.NewInt(0)
10871087
}
1088+
log.Trace("fncy2 distribute to validator contract", "block hash", header.Hash(), "amount", rewards)
10881089
return p.distributeRewards(rewards, blockRewards, balance, val, state, header, chain, txs, receipts, receivedTxs, usedGas, mining)
10891090
}
10901091
// remove 1/16 reward according to netmarble

0 commit comments

Comments
 (0)