Skip to content

Commit 9c873c2

Browse files
authored
eth: fix, add pattern to 1559 gas price (#447)
1 parent 21e9f11 commit 9c873c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/schemas/transaction.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Transaction1559Unsigned:
6363
gasPrice:
6464
title: gas price
6565
description: The effective gas price paid by the sender in wei. For transactions not yet included in a block, this value should be set equal to the max fee per gas. This field is DEPRECATED, please transition to using effectiveGasPrice in the receipt object going forward.
66+
$ref: '#/components/schemas/uint'
6667
accessList:
6768
title: accessList
6869
description: EIP-2930 access list

0 commit comments

Comments
 (0)