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 87a11a8 commit 15fe305Copy full SHA for 15fe305
core/types/transaction.go
@@ -67,7 +67,7 @@ func NewTx(inner TxData) *Transaction {
67
68
// TxData is the underlying data of a transaction.
69
//
70
-// This is implemented by LegacyTx and AccessListTx.
+// This is implemented by DynamicFeeTx, LegacyTx and AccessListTx.
71
type TxData interface {
72
txType() byte // returns the type ID
73
copy() TxData // creates a deep copy and initializes all fields
0 commit comments