decentraland / decentraland-eth

DEPRECATED - Ethereum common helpers for Decentraland
https://decentraland.github.io/decentraland-eth/
Apache License 2.0
15 stars 9 forks source link

fix: throw when the node connection fails #7

Closed nicosantangelo closed 6 years ago

nicosantangelo commented 6 years ago

So it can be catched here

This means that using the wallet outside eth should look like:

try { 
 wallet.connect()
} catch() {
 // didn't work
}