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
When loading the address detail page /app/address/:id, and the address has many transactions, the page is slow to render. It blocks on a call to Electrum to get the address history.
When loading the address detail page /app/address/:id, and the address has many transactions, the page is slow to render. It blocks on a call to Electrum to get the address history.
This page needs to support async loading.