Patch for concurrent iterator & others (onto v1.11.6) #386
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user