From db28871c7d3ff4002845493d916c6103bd472a30 Mon Sep 17 00:00:00 2001 From: lightclient Date: Fri, 13 Oct 2023 20:10:49 -0600 Subject: [PATCH] schemas: fix typo in 4844 tx uint ref --- src/schemas/transaction.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schemas/transaction.yaml b/src/schemas/transaction.yaml index 7fcaf8a19..cce465014 100644 --- a/src/schemas/transaction.yaml +++ b/src/schemas/transaction.yaml @@ -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 @@ -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