Skip to content

Commit

Permalink
Update packages/beacon-node/src/api/impl/beacon/state/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Flaig <nflaig@protonmail.com>
  • Loading branch information
vladmarusyk and nflaig authored Oct 10, 2024
1 parent 7302aaa commit f702f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/src/api/impl/beacon/state/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export async function getStateResponseWithRegen(
return res;
}

export type GeneralValidatorStatus = routes.beacon.ValidatorStatus | "active" | "pending" | "exited" | "withdrawal";
export type GeneralValidatorStatus = "active" | "pending" | "exited" | "withdrawal";

function mapToGeneralStatus(subStatus: routes.beacon.ValidatorStatus): GeneralValidatorStatus {
switch (subStatus) {
Expand Down

0 comments on commit f702f91

Please sign in to comment.