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?
Good question. Most cases, it can be ignored. In this scenario, however, it might be helpful to enforce it since all we're trying to do is return fee information without subsequent calls to correct it or return an error.
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
The text was updated successfully, but these errors were encountered: