Skip to content

Commit 15fe305

Browse files
authored
core/types: add DynamicFeeTx to TxData implementation list in docs (#23063)
1 parent 87a11a8 commit 15fe305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/types/transaction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func NewTx(inner TxData) *Transaction {
6767

6868
// TxData is the underlying data of a transaction.
6969
//
70-
// This is implemented by LegacyTx and AccessListTx.
70+
// This is implemented by DynamicFeeTx, LegacyTx and AccessListTx.
7171
type TxData interface {
7272
txType() byte // returns the type ID
7373
copy() TxData // creates a deep copy and initializes all fields

0 commit comments

Comments
 (0)