Commit d094f86
authored
Get proposer index via
Related to:
* #5364
* #5365
I merged these back-to-back without pulling in updates from master &
didn't realize that they conflicted. The first removes block as a
parameter which the second uses to get the proposer index. Thankfully,
the fix is simple; we can use `get_beacon_proposer_index` for this. It's
worth mentioning that `process_block_header` checks that these are the
same, so this change is safe.get_beacon_proposer_index (#5368)1 parent b7b3578 commit d094f86
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1483 | 1483 | | |
1484 | 1484 | | |
1485 | 1485 | | |
1486 | | - | |
| 1486 | + | |
1487 | 1487 | | |
1488 | 1488 | | |
1489 | 1489 | | |
| |||
0 commit comments