Skip to content

Commit

Permalink
core/types: add DynamicFeeTx to TxData implementation list in docs (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenseiwaso authored and atif-konasl committed Oct 15, 2021
1 parent 7ddfe1e commit 40ce43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40ce43d

Please sign in to comment.