diff --git a/shyftDb/shyft_database_util.go b/shyftDb/shyft_database_util.go index 2feaa055ca..93dbaca165 100644 --- a/shyftDb/shyft_database_util.go +++ b/shyftDb/shyft_database_util.go @@ -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) diff --git a/shyftdb/shyft_database_util.go b/shyftdb/shyft_database_util.go index 2feaa055ca..93dbaca165 100644 --- a/shyftdb/shyft_database_util.go +++ b/shyftdb/shyft_database_util.go @@ -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)