When trying to send via `await wallet.send(address, 123456789);` an error isn't thrown if the user doesn't have that much. This results in no indication that a transaction went through or not on the website end, and no popup on the user end.
When trying to send via
await wallet.send(address, 123456789);an error isn't thrown if the user doesn't have that much.This results in no indication that a transaction went through or not on the website end, and no popup on the user end.