diff --git a/core/types/transaction.go b/core/types/transaction.go
index 920318a16e07729cceaab999f6e2d3f89ad17cf1..a556f4b57fba7889414849981a5f43ff59a0883e 100644
--- a/core/types/transaction.go
+++ b/core/types/transaction.go
@@ -67,7 +67,7 @@ func NewTx(inner TxData) *Transaction {
 
 // TxData is the underlying data of a transaction.
 //
-// This is implemented by LegacyTx and AccessListTx.
+// This is implemented by DynamicFeeTx, LegacyTx and AccessListTx.
 type TxData interface {
 	txType() byte // returns the type ID
 	copy() TxData // creates a deep copy and initializes all fields