Skip to content

Commit 2b0950b

Browse files
committed
Rewards are accumulated on raft
1 parent d8a4588 commit 2b0950b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

consensus/ethash/consensus.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -639,12 +639,6 @@ func accumulateRewards(config *params.ChainConfig, state *state.StateDB, header
639639
return
640640
}
641641

642-
// Quorum: Disable reward for Quorum if gas price is not enabled,
643-
// otherwise static block reward will impact Raft (even though the gas price is zero)
644-
if config.IsQuorum && !config.IsGasPriceEnabled(header.Number) {
645-
return
646-
}
647-
648642
// Quorum:
649643
// Historically, quorum was adding (static) reward to account 0x0.
650644
// So need to ensure this is still the case if gas price is not enabled, otherwise reward goes to coinbase.

0 commit comments

Comments
 (0)