Skip to content

Commit db28871

Browse files
committed
schemas: fix typo in 4844 tx uint ref
1 parent b2002ee commit db28871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/schemas/transaction.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Transaction4844Unsigned:
4343
maxFeePerBlobGas:
4444
title: max fee per blob gas
4545
description: The maximum total fee per gas the sender is willing to pay for blob gas in wei
46-
$ref: '#components/schemas/uint'
46+
$ref: '#/components/schemas/uint'
4747
accessList:
4848
title: accessList
4949
description: EIP-2930 access list
@@ -399,7 +399,7 @@ GenericTransaction:
399399
maxFeePerBlobGas:
400400
title: max fee per blob gas
401401
description: The maximum total fee per gas the sender is willing to pay for blob gas in wei
402-
$ref: '#components/schemas/uint'
402+
$ref: '#/components/schemas/uint'
403403
accessList:
404404
title: accessList
405405
description: EIP-2930 access list

0 commit comments

Comments
 (0)