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
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
isInBlock / isFinalized are currently used to check if a tx has succeeded or not. These are used in an OR, which may be dangerous if they don't mean the tx has fully succeeded yet (e.g. isInBlock). Need to research both and work out differences and which to use, probably one or the other instead of OR
The text was updated successfully, but these errors were encountered:
isInBlock / isFinalized are currently used to check if a tx has succeeded or not. These are used in an OR, which may be dangerous if they don't mean the tx has fully succeeded yet (e.g. isInBlock). Need to research both and work out differences and which to use, probably one or the other instead of OR
The text was updated successfully, but these errors were encountered: