We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7746663 commit 5c6de3aCopy full SHA for 5c6de3a
1 file changed
core/types/transaction.go
@@ -51,7 +51,7 @@ const (
51
DynamicFeeTxType = 0x02
52
BlobTxType = 0x03
53
SetCodeTxType = 0x04
54
- Eip8130TxType = 0x7B
+ Eip8130TxType = 0x79
55
)
56
57
// Transaction is an Ethereum transaction.
0 commit comments