Skip to content

Fix sendview modal performances

image

Opening the sendview is extremely slow. Opening it triggers the computation of the account balance, which seem to be waiting for an async call. Important files are:

  • AccountInfoBalance.re is the balance display component
  • StoreContext.re contains the current value of the balance
Edited by Rémy El Sibaïe