Unverified Commit 15fe3050 authored by Jeff Wentworth's avatar Jeff Wentworth Committed by GitHub

core/types: add DynamicFeeTx to TxData implementation list in docs (#23063)

parent 87a11a87
...@@ -67,7 +67,7 @@ func NewTx(inner TxData) *Transaction { ...@@ -67,7 +67,7 @@ func NewTx(inner TxData) *Transaction {
// TxData is the underlying data of a 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 { type TxData interface {
txType() byte // returns the type ID txType() byte // returns the type ID
copy() TxData // creates a deep copy and initializes all fields copy() TxData // creates a deep copy and initializes all fields
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment