change poll method for shh.watch

This commit is contained in:
Roman Volosovskyi 2018-04-23 10:32:47 +02:00
parent 1bcadbc480
commit 948d2d8ba9
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
5 changed files with 5 additions and 5 deletions

2
dist/web3-light.js vendored
View File

@ -6081,7 +6081,7 @@ var shh = function () {
}),
new Method({
name: 'poll',
call: 'shh_getFilterMessages',
call: 'shhext_getNewFilterMessages',
params: 1
})
];

File diff suppressed because one or more lines are too long

2
dist/web3.js vendored
View File

@ -6081,7 +6081,7 @@ var shh = function () {
}),
new Method({
name: 'poll',
call: 'shh_getFilterMessages',
call: 'shhext_getNewFilterMessages',
params: 1
})
];

2
dist/web3.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -94,7 +94,7 @@ var shh = function () {
}),
new Method({
name: 'poll',
call: 'shh_getFilterMessages',
call: 'shhext_getNewFilterMessages',
params: 1
})
];