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
LW2 will continue to attempt to let the user work through the flow of sending a TXN, even if they have insufficient funds.
Further, MWS currently takes the user too far through the TXP creation, signing, and broadcasting process when the original TXP is impossible.
We should strive to:
Not allow the user to proceed in the LW if they don't have sufficient funds.
Harden MWS such that insufficient fund transactions are rejected earlier on.
More intelligently handle the notions of 'seemingly' insufficient funds. (Eg. I just sent a txn, and I'm waiting for my change to confirm on the blockchain.)
The text was updated successfully, but these errors were encountered:
LW2 will continue to attempt to let the user work through the flow of sending a TXN, even if they have insufficient funds.
Further, MWS currently takes the user too far through the TXP creation, signing, and broadcasting process when the original TXP is impossible.
We should strive to:
The text was updated successfully, but these errors were encountered: