diff options
author | Péter Szilágyi <peterke@gmail.com> | 2015-09-11 23:41:42 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2015-09-15 22:05:12 +0800 |
commit | d4d3fc6a702d87bab7e04dcd5085a83205107c1c (patch) | |
tree | 7db311885eea71d82d1f4621788828baad8fffa3 /rpc/api/eth_js.go | |
parent | 99b62f36b6443e8ed8ff4e8c09ee9267eeaea162 (diff) | |
download | go-tangerine-d4d3fc6a702d87bab7e04dcd5085a83205107c1c.tar go-tangerine-d4d3fc6a702d87bab7e04dcd5085a83205107c1c.tar.gz go-tangerine-d4d3fc6a702d87bab7e04dcd5085a83205107c1c.tar.bz2 go-tangerine-d4d3fc6a702d87bab7e04dcd5085a83205107c1c.tar.lz go-tangerine-d4d3fc6a702d87bab7e04dcd5085a83205107c1c.tar.xz go-tangerine-d4d3fc6a702d87bab7e04dcd5085a83205107c1c.tar.zst go-tangerine-d4d3fc6a702d87bab7e04dcd5085a83205107c1c.zip |
jsre, rpc/api: pull in new web3 and use hex numbers
Diffstat (limited to 'rpc/api/eth_js.go')
-rw-r--r-- | rpc/api/eth_js.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rpc/api/eth_js.go b/rpc/api/eth_js.go index 81bb341bf..393dac22f 100644 --- a/rpc/api/eth_js.go +++ b/rpc/api/eth_js.go @@ -42,10 +42,6 @@ web3._extend({ new web3._extend.Property({ name: 'pendingTransactions', getter: 'eth_pendingTransactions' - }), - new web3._extend.Property({ - name: 'syncing', - getter: 'eth_syncing' }) ] }); |