Skip to content

Commit 118f20f

Browse files
committed
fix
1 parent 30be495 commit 118f20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/beacon/test_aggregation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ def test_aggregate_votes(votes_count, random, privkeys, pubkeys):
6969
]
7070
assert len(voted_index) == len(votes)
7171

72-
aggregated_pubs = bls.aggregate_pubs(pubs)
72+
aggregated_pubs = bls.aggregate_pubkeys(pubs)
7373
assert bls.verify(message, aggregated_pubs, sigs, domain)

0 commit comments

Comments
 (0)