mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 03:28:07 +00:00
change poll method for shh.watch
This commit is contained in:
parent
1bcadbc480
commit
948d2d8ba9
2
dist/web3-light.js
vendored
2
dist/web3-light.js
vendored
@ -6081,7 +6081,7 @@ var shh = function () {
|
||||
}),
|
||||
new Method({
|
||||
name: 'poll',
|
||||
call: 'shh_getFilterMessages',
|
||||
call: 'shhext_getNewFilterMessages',
|
||||
params: 1
|
||||
})
|
||||
];
|
||||
|
2
dist/web3-light.min.js
vendored
2
dist/web3-light.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/web3.js
vendored
2
dist/web3.js
vendored
@ -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
2
dist/web3.min.js
vendored
File diff suppressed because one or more lines are too long
@ -94,7 +94,7 @@ var shh = function () {
|
||||
}),
|
||||
new Method({
|
||||
name: 'poll',
|
||||
call: 'shh_getFilterMessages',
|
||||
call: 'shhext_getNewFilterMessages',
|
||||
params: 1
|
||||
})
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user