chronicled / open-registry-sdk

Apache License 2.0
30 stars 17 forks source link

4054 - Web3 Provider Request error #40

Closed orlandoc01 closed 7 years ago

orlandoc01 commented 7 years ago

The Web3 Provider Engine does not allow synchronous requests, yet the stopWatching request was synchronous because no callback was being handed to the function. To fix this, I have promisified the function so it is now asynchronous.