Skip to content

Commit

Permalink
chore: two little typos (Consensys#7877)
Browse files Browse the repository at this point in the history
* Childrens

* compatibility

---------

Co-authored-by: Enrico Del Fante <[email protected]>
  • Loading branch information
IssouChancla and tbenr authored Jan 15, 2024
1 parent 79c46de commit 781c1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public class SpecConfigBuilder {
private Integer attestationSubnetExtraBits;
private Integer attestationSubnetPrefixBits;

// added after Phase0, so add default values, or will be compatability issue
// added after Phase0, so add default values, or will be compatibility issue
private Integer reorgMaxEpochsSinceFinalization = 2;

private Integer reorgHeadWeightThreshold = 20;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ public void getOrderedBlockRoots_withNewBlocks() {
// Added block should be included
tx.putBlockAndState(forkBlock2, spec.calculateBlockCheckpoints(forkBlock2.getState()));

// Childrens are ordered by slot
// Children are ordered by slot
assertThat(tx.getOrderedBlockRoots())
.containsExactly(
genesis.getRoot(),
Expand Down

0 comments on commit 781c1e3

Please sign in to comment.