Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhen1997 committed Aug 9, 2024
1 parent e0573cb commit c24408b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/chains/evm/txmgr/evm_tx_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ func (o *evmTxStore) FindTxesPendingCallback(ctx context.Context, chainID *big.I
INNER JOIN evm.tx_attempts ON evm.txes.id = evm.tx_attempts.eth_tx_id
INNER JOIN evm.receipts ON evm.tx_attempts.hash = evm.receipts.tx_hash
WHERE evm.txes.pipeline_task_run_id IS NOT NULL AND evm.txes.signal_callback = TRUE AND evm.txes.callback_completed = FALSE
AND evm.txes.evm_chain_id = $1
AND evm.txes.state = 'finalized' AND evm.txes.evm_chain_id = $1
`, chainID.String())
if err != nil {
return nil, fmt.Errorf("failed to retrieve transactions pending pipeline resume callback: %w", err)
Expand Down

0 comments on commit c24408b

Please sign in to comment.