mirror of https://github.com/status-im/web3.js.git
add build
This commit is contained in:
parent
f351e95898
commit
50ca903bfb
|
@ -2609,7 +2609,6 @@ var requestManager = function() {
|
|||
var result = provider.send(payload);
|
||||
|
||||
if (!jsonrpc.isValidResponse(result)) {
|
||||
console.log(result);
|
||||
if(typeof result === 'object' && result.error && result.error.message)
|
||||
console.error(result.error.message);
|
||||
return null;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue