diff --git a/core/types/transaction.go b/core/types/transaction.go index 920318a16e..a556f4b57f 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