uncle rewards in process

This commit is contained in:
greg 2018-05-17 16:53:48 -04:00 committed by priom
parent 5dee19495c
commit 64453a4d5b
2 changed files with 2 additions and 2 deletions

View file

@ -438,7 +438,7 @@ func WriteMinerRewards(sqldb *sql.DB, block *types.Block) {
StoreReward(sqldb, minerAddr, totalMinerReward)
StoreReward(sqldb, shyftConduitAddress, Rewards.ShyftNetworkBlockReward)
//https://ethereum.stackexchange.com/questions/27172/different-uncles-reward
// Accumulate the rewards for the miner and any included uncles
//reward := new(big.Int).Set(blockReward)
//r := new(big.Int)

View file

@ -438,7 +438,7 @@ func WriteMinerRewards(sqldb *sql.DB, block *types.Block) {
StoreReward(sqldb, minerAddr, totalMinerReward)
StoreReward(sqldb, shyftConduitAddress, Rewards.ShyftNetworkBlockReward)
//https://ethereum.stackexchange.com/questions/27172/different-uncles-reward
// Accumulate the rewards for the miner and any included uncles
//reward := new(big.Int).Set(blockReward)
//r := new(big.Int)