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
Just general question. Some functions can return errors, like setupTransaction. But it is not always checked. Should it be enforced or can be ignored sometimes?
Just general question. Some functions can return errors, like
setupTransaction. But it is not always checked. Should it be enforced or can be ignored sometimes?beignet/src/transaction/index.ts
Line 274 in d048ca2