mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Fix TestProcessBlock_PassesProcessingConditions by updating the proposer index in test
This commit is contained in:
@@ -550,7 +550,7 @@ func TestProcessBlock_PassesProcessingConditions(t *testing.T) {
|
|||||||
Block: ðpb.BeaconBlock{
|
Block: ðpb.BeaconBlock{
|
||||||
ParentRoot: parentRoot[:],
|
ParentRoot: parentRoot[:],
|
||||||
Slot: beaconState.Slot() + 1,
|
Slot: beaconState.Slot() + 1,
|
||||||
ProposerIndex: 13,
|
ProposerIndex: 2,
|
||||||
Body: ðpb.BeaconBlockBody{
|
Body: ðpb.BeaconBlockBody{
|
||||||
RandaoReveal: randaoReveal,
|
RandaoReveal: randaoReveal,
|
||||||
ProposerSlashings: proposerSlashings,
|
ProposerSlashings: proposerSlashings,
|
||||||
|
|||||||
Reference in New Issue
Block a user