Skip to content

Commit

Permalink
schemas: fix typo in 4844 tx uint ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Oct 14, 2023
1 parent b2002ee commit db28871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/schemas/transaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Transaction4844Unsigned:
maxFeePerBlobGas:
title: max fee per blob gas
description: The maximum total fee per gas the sender is willing to pay for blob gas in wei
$ref: '#components/schemas/uint'
$ref: '#/components/schemas/uint'
accessList:
title: accessList
description: EIP-2930 access list
Expand Down Expand Up @@ -399,7 +399,7 @@ GenericTransaction:
maxFeePerBlobGas:
title: max fee per blob gas
description: The maximum total fee per gas the sender is willing to pay for blob gas in wei
$ref: '#components/schemas/uint'
$ref: '#/components/schemas/uint'
accessList:
title: accessList
description: EIP-2930 access list
Expand Down

0 comments on commit db28871

Please sign in to comment.