Skip to content

Commit

Permalink
fixes unit test (Consensys#4346)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Sep 27, 2021
1 parent 6d86a20 commit 0b2e0d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public ExecutionPayloadSchema() {

@SuppressWarnings("unchecked")
public SszListSchema<Transaction, ?> getTransactionsSchema() {
return (SszListSchema<Transaction, ?>) getFieldSchema12();
return (SszListSchema<Transaction, ?>) getFieldSchema13();
}

@Override
Expand Down

0 comments on commit 0b2e0d6

Please sign in to comment.