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
Currently the app does not have the infrastructure to handle complex routing, it brings in many secondary issues and is outright complex to a user.
Since we will be moving away from this by 2.31 it makes sense to block it for the 2.30 release as it is a simple fix to do and will reduce some user confusion if they end up making a multichain transaction.
It can be blocked in
src/status_im/contexts/wallet/send/events.cljs
by updating the best route to be nil if it is a multichain route.
The text was updated successfully, but these errors were encountered:
Currently the app does not have the infrastructure to handle complex routing, it brings in many secondary issues and is outright complex to a user.
Since we will be moving away from this by 2.31 it makes sense to block it for the 2.30 release as it is a simple fix to do and will reduce some user confusion if they end up making a multichain transaction.
It can be blocked in
src/status_im/contexts/wallet/send/events.cljs
by updating the
best
route to benil
if it is a multichain route.The text was updated successfully, but these errors were encountered: