diff options
Diffstat (limited to 'lib/autoprovider.js')
-rw-r--r-- | lib/autoprovider.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/autoprovider.js b/lib/autoprovider.js index 2f0a3e627..113873674 100644 --- a/lib/autoprovider.js +++ b/lib/autoprovider.js @@ -30,7 +30,7 @@ // TODO: is these line is supposed to be here? if (process.env.NODE_ENV !== 'build') { var WebSocket = require('ws'); // jshint ignore:line - var web3 = require('./main.js'); // jshint ignore:line + var web3 = require('./web3'); // jshint ignore:line } var AutoProvider = function (userOptions) { |