Skip to content

Commit

Permalink
Fix spelling of AggregateAndProofSigning in openapi spec file (#420)
Browse files Browse the repository at this point in the history
Fixes rendering of AggregateAndProofSigning schema example at https://consensys.github.io/web3signer/web3signer-eth2.html
  • Loading branch information
usmansaleem authored Aug 19, 2021
1 parent 8be63d5 commit e9379e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/openapi/web3signer-eth2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ paths:
propertyName: type
mapping:
AGGREGATION_SLOT: '#/components/schemas/AggregationSlotSigning'
AGGREGATE_AND_PROOF: '#/components/schemas/AggregationAndProofSigning'
AGGREGATE_AND_PROOF: '#/components/schemas/AggregateAndProofSigning'
ATTESTATION: '#/components/schemas/AttestationSigning'
BLOCK: '#/components/schemas/BlockSigning'
DEPOSIT: '#/components/schemas/DepositSigning'
Expand Down

0 comments on commit e9379e0

Please sign in to comment.