Skip to content

Commit

Permalink
Update packages/api/src/beacon/routes/beacon/pool.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Flaig <nflaig@protonmail.com>
  • Loading branch information
ensi321 and nflaig committed Aug 5, 2024
1 parent dadc6b9 commit 0d3e2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/beacon/routes/beacon/pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export type Endpoints = {
*/
submitPoolAttesterSlashingsV2: Endpoint<
"POST",
{attesterSlashing: phase0.AttesterSlashing | electra.AttesterSlashing},
{attesterSlashing: AttesterSlashing},
{body: unknown; headers: {[MetaHeader.Version]: string}},
EmptyResponseData,
EmptyMeta
Expand Down

0 comments on commit 0d3e2bd

Please sign in to comment.