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 Jun 17, 2021
1 parent 87a11a8 commit 15fe305
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 15fe305

Please sign in to comment.