Skip to content

Commit

Permalink
move getPendingPartialWithdrawalsSchema between deposits and consolid…
Browse files Browse the repository at this point in the history
…ation

Signed-off-by: Gabriel Fukushima <[email protected]>
  • Loading branch information
gfukushima committed Oct 11, 2024
1 parent 340930f commit b9ff2e8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,14 +335,14 @@ public PendingConsolidation.PendingConsolidationSchema getPendingConsolidationSc
return beaconStateSchema.getPendingDepositsSchema();
}

public SszListSchema<PendingConsolidation, ?> getPendingConsolidationsSchema() {
return beaconStateSchema.getPendingConsolidationsSchema();
}

public SszListSchema<PendingPartialWithdrawal, ?> getPendingPartialWithdrawalsSchema() {
return beaconStateSchema.getPendingPartialWithdrawalsSchema();
}

public SszListSchema<PendingConsolidation, ?> getPendingConsolidationsSchema() {
return beaconStateSchema.getPendingConsolidationsSchema();
}

@Override
public Optional<SchemaDefinitionsElectra> toVersionElectra() {
return Optional.of(this);
Expand Down

0 comments on commit b9ff2e8

Please sign in to comment.