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
The fetchHistory on sagas/nanoContract has a loop with async calls to isAddressMine and getTxBalanceFn, we should find a solution to call the loop allowing concurrency but maintaining the transactions order in the end.
Uh oh!
There was an error while loading. Please reload this page.
The
fetchHistory
onsagas/nanoContract
has a loop with async calls toisAddressMine
andgetTxBalanceFn
, we should find a solution to call the loop allowing concurrency but maintaining the transactions order in the end.Origin: #512
Consulting resources:
The text was updated successfully, but these errors were encountered: