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
@charlie-s Apologies for missing this originally! Agreed that the try/catch block there isn't a good solution for these cases. We're working on a small update to address this.
In lib/services/portico-gateway.js,
PorticoGateway.submitTransaction
, we have this block:As you can see, any errors thrown in the callback are swallowed and the callback is then run a 2nd time. What does the try/catch accomplish here?
The text was updated successfully, but these errors were encountered: