Skip to content

Commit 28e33a5

Browse files
authored
Merge pull request #8 from node-real/netmarble_v2.0_dev
add trace log
2 parents 501d11c + 8c5bfa8 commit 28e33a5

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)