mirror of https://github.com/status-im/web3.js.git
Fix spelling
This commit is contained in:
parent
f18b532259
commit
196e5a8174
|
@ -28,7 +28,7 @@ module.exports = {
|
||||||
return new Error('CONNECTION ERROR: Couldn\'t connect to node '+ host +', is it running?');
|
return new Error('CONNECTION ERROR: Couldn\'t connect to node '+ host +', is it running?');
|
||||||
},
|
},
|
||||||
InvalidProvider: function () {
|
InvalidProvider: function () {
|
||||||
return new Error('Providor not set or invalid');
|
return new Error('Provider not set or invalid');
|
||||||
},
|
},
|
||||||
InvalidResponse: function (result){
|
InvalidResponse: function (result){
|
||||||
var message = !!result && !!result.error && !!result.error.message ? result.error.message : 'Invalid JSON RPC response: '+ result;
|
var message = !!result && !!result.error && !!result.error.message ? result.error.message : 'Invalid JSON RPC response: '+ result;
|
||||||
|
|
Loading…
Reference in New Issue