You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix getCommitteesSizeUsingTheState
* fix meaning of optional current epoch
also changed messages to debug as they're useless to users, which I had left previously but this will make more sense in debug.
The test cases had to be updated to return an epoch to make the code exercised.
Signed-off-by: Paul Harris <[email protected]>
---------
Signed-off-by: Paul Harris <[email protected]>
Co-authored-by: Paul Harris <[email protected]>
Copy file name to clipboardExpand all lines: ethereum/statetransition/src/main/java/tech/pegasys/teku/statetransition/attestation/AggregatingAttestationPool.java
Copy file name to clipboardExpand all lines: ethereum/statetransition/src/test/java/tech/pegasys/teku/statetransition/attestation/AggregatingAttestationPoolTest.java
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -400,9 +400,11 @@ public void getSize_shouldIncludeAttestationsAdded() {
0 commit comments