Skip to content

Commit 4b6ef8d

Browse files
authored
fix: use correct committee validator bc1[1] for attestation2 (#7734)
1 parent 5e500f7 commit 4b6ef8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_attestation_pool.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ suite "Attestation pool electra processing" & preset():
318318
attestation1.loadSig, attestation1.startTime)
319319

320320
pool[].addAttestation(
321-
attestation2, @[bc0[1]], attestation2.aggregation_bits.len,
321+
attestation2, @[bc1[1]], attestation2.aggregation_bits.len,
322322
attestation2.loadSig, attestation2.startTime)
323323

324324
check cfg.process_slots(

0 commit comments

Comments
 (0)