svelte-web3
svelte-web3 copied to clipboard
added throw error if no account is chosen
This is handy when user doesn't choose an account and cancels the connection so web apps can handle error correctly rather than just a console warning
OMG THIS IS SO NEEDED
One problem i see with your PR is that we remove warning even when the provider is not compliant. Ideally this whole block should disappear when all provider would upgrade and respect the specs. I would keep the warning and why not throw another error...