trufflesuite / drizzle-legacy

Reactive Ethereum datastore for dapp UIs.
http://truffleframework.com/docs/drizzle/getting-started
MIT License
502 stars 129 forks source link

Improve error message if contract can't be found #138

Closed joshma91 closed 6 years ago

joshma91 commented 6 years ago

Fixes #136

The console now reads "The specified contract cannot be found on the specified network" if the contract can't be found on the network.

adrianmcli commented 6 years ago

LGTM! Thanks @joshma91