Skip to content

Commit 5c6de3a

Browse files
committed
core/types: repin EIP-8130 tx type to 0x79
1 parent 7746663 commit 5c6de3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/types/transaction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const (
5151
DynamicFeeTxType = 0x02
5252
BlobTxType = 0x03
5353
SetCodeTxType = 0x04
54-
Eip8130TxType = 0x7B
54+
Eip8130TxType = 0x79
5555
)
5656

5757
// Transaction is an Ethereum transaction.

0 commit comments

Comments
 (0)