a3bf632b4f
The variable used to accumulate proposer rewards across the sync committee processing was shadowed by the per-participant proposer reward. This means the total proposer reward would simply be twice the output of `get_proposer_reward` for the last participant in the sync committee. I believe we want to sum all contributions to the proposer reward across sync committee participants which is what this PR does. |
||
---|---|---|
.. | ||
beacon-chain.md | ||
lightclient-fork.md | ||
sync-protocol.md |