replace shh_getFilterMessages with shhext_getNewFilterMessages

This commit is contained in:
Roman Volosovskyi 2018-04-20 13:32:05 +01:00
parent 47318ea764
commit 1bcadbc480
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

@ -6076,7 +6076,7 @@ var shh = function () {
}),
new Method({
name: 'getLogs',
call: 'shh_getFilterMessages',
call: 'shhext_getNewFilterMessages',
params: 1
}),
new Method({

File diff suppressed because one or more lines are too long

2
dist/web3.js vendored
View File

@ -6076,7 +6076,7 @@ var shh = function () {
}),
new Method({
name: 'getLogs',
call: 'shh_getFilterMessages',
call: 'shhext_getNewFilterMessages',
params: 1
}),
new Method({

2
dist/web3.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -89,7 +89,7 @@ var shh = function () {
}),
new Method({
name: 'getLogs',
call: 'shh_getFilterMessages',
call: 'shhext_getNewFilterMessages',
params: 1
}),
new Method({