mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-24 03:58:13 +00:00
merged develop
This commit is contained in:
commit
9c3d1b25b4
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ethereum.js",
|
"name": "ethereum.js",
|
||||||
"namespace": "ethereum",
|
"namespace": "ethereum",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "Ethereum Compatible JavaScript API",
|
"description": "Ethereum Compatible JavaScript API",
|
||||||
"main": [
|
"main": [
|
||||||
"./dist/ethereum.js",
|
"./dist/ethereum.js",
|
||||||
|
2
dist/ethereum.js
vendored
2
dist/ethereum.js
vendored
@ -2683,7 +2683,7 @@ var requestManager = function() {
|
|||||||
var poll = function () {
|
var poll = function () {
|
||||||
polls.forEach(function (data) {
|
polls.forEach(function (data) {
|
||||||
// send async
|
// send async
|
||||||
send(data.data, function(result){
|
send(data.data, function(error, result){
|
||||||
if (!(result instanceof Array) || result.length === 0) {
|
if (!(result instanceof Array) || result.length === 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
2
dist/ethereum.js.map
vendored
2
dist/ethereum.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/ethereum.min.js
vendored
2
dist/ethereum.min.js
vendored
File diff suppressed because one or more lines are too long
@ -136,7 +136,7 @@ var requestManager = function() {
|
|||||||
var poll = function () {
|
var poll = function () {
|
||||||
polls.forEach(function (data) {
|
polls.forEach(function (data) {
|
||||||
// send async
|
// send async
|
||||||
send(data.data, function(result){
|
send(data.data, function(error, result){
|
||||||
if (!(result instanceof Array) || result.length === 0) {
|
if (!(result instanceof Array) || result.length === 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user