mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-24 03:58:13 +00:00
fixed eth_getFilterChanges
This commit is contained in:
parent
b4545872a6
commit
2850bee3f6
2
dist/ethereum.js
vendored
2
dist/ethereum.js
vendored
@ -1182,7 +1182,7 @@ var stopPolling = function (id) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
var ethWatch = {
|
var ethWatch = {
|
||||||
startPolling: startPolling.bind(null, 'eth_getFilterchanges'),
|
startPolling: startPolling.bind(null, 'eth_getFilterChanges'),
|
||||||
stopPolling: stopPolling
|
stopPolling: stopPolling
|
||||||
};
|
};
|
||||||
|
|
||||||
|
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
@ -7,7 +7,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
var web3 = require('web3');
|
var web3 = require('web3');
|
||||||
web3.setProvider(new web3.providers.HttpSyncProvider());
|
web3.setProvider(new web3.providers.HttpProvider());
|
||||||
|
|
||||||
function watchBalance() {
|
function watchBalance() {
|
||||||
var coinbase = web3.eth.coinbase;
|
var coinbase = web3.eth.coinbase;
|
||||||
|
@ -148,7 +148,7 @@ var stopPolling = function (id) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
var ethWatch = {
|
var ethWatch = {
|
||||||
startPolling: startPolling.bind(null, 'eth_getFilterchanges'),
|
startPolling: startPolling.bind(null, 'eth_getFilterChanges'),
|
||||||
stopPolling: stopPolling
|
stopPolling: stopPolling
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user