waitForTransactionReceipt
timing out
#3100
Adebesin-Cell
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi 👋,
I'm experiencing an issue where, when executing a transaction, the
waitForTransactionReceipt
function times out even though the transaction eventually confirms successfully. The timeout occurs despite the transaction being executed later, and during this process, I notice multiple RPC calls being triggered.It appears that the timeout is being triggered prematurely, causing confusion. After the timeout, the transaction confirms, but the behavior seems odd and inconsistent, especially considering the
confirmations
parameter is being used.Code Snippet:
Related Issues:
waitForTransactionReceipt
leaves an async operation running in the background #2903)Additional Information:
I’ve attached a screenshot of the network calls being made during this process for further investigation.
Beta Was this translation helpful? Give feedback.
All reactions