Skip to content

Commit

Permalink
add UnconfirmedTransactions to TxSoreWebApi
Browse files Browse the repository at this point in the history
  • Loading branch information
poopoothegorilla committed Nov 15, 2023
1 parent 9872283 commit df5e946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/chains/evm/txmgr/evm_tx_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ type TxStoreWebApi interface {
FindTxAttempt(hash common.Hash) (*TxAttempt, error)
FindTxWithAttempts(etxID int64) (etx Tx, err error)
UnstartedTransactions(limit, offset int, fromAddress common.Address, chainID *big.Int) ([]Tx, int, error)
UnconfirmedTransactions(limit, offset int, fromAddress common.Address, chainID *big.Int) ([]Tx, int, error)
}

type TestEvmTxStore interface {
Expand Down

0 comments on commit df5e946

Please sign in to comment.