You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Handle error message for mined transactions (#637)
This commit adds support for handling error messages in mined transactions. The `MinedTransaction` type in `types.ts` now includes an optional `errorMessage` field. In the `mineTransactionWorker.ts` file, the code has been updated to retrieve and store the error message if the `userOpReceipt` is not successful. This allows for better error handling and reporting for mined transactions.
0 commit comments