Skip to content

Commit

Permalink
add final
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Fukushima <[email protected]>
  • Loading branch information
gfukushima committed Feb 13, 2025
1 parent ae63a1f commit 56f1d9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,7 @@ public InclusionList randomInclusionList() {
.create(randomSlot(), randomValidatorIndex(), randomBytes32(), transactions);
}

public InclusionList randomInclusionList(int numberOfTransactionPerInclusionList) {
public InclusionList randomInclusionList(final int numberOfTransactionPerInclusionList) {

final List<Transaction> transactions = new ArrayList<>();
for (int i = 0; i < numberOfTransactionPerInclusionList; i++) {
Expand Down

0 comments on commit 56f1d9c

Please sign in to comment.