aboutsummaryrefslogtreecommitdiffstats
path: root/test/eth.methods.js
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-27 23:02:42 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-27 23:02:42 +0800
commitc2cb2bef96e591d68b04cf5f1a6ec29696abb481 (patch)
tree66577110a6d1d9cac4ac1e1b31c76d85a19aaee0 /test/eth.methods.js
parent09f633596da91818201781cc009e1e1ab6f8d059 (diff)
downloadgo-tangerine-c2cb2bef96e591d68b04cf5f1a6ec29696abb481.tar.gz
go-tangerine-c2cb2bef96e591d68b04cf5f1a6ec29696abb481.tar.zst
go-tangerine-c2cb2bef96e591d68b04cf5f1a6ec29696abb481.zip
removed web3.eth.account, fixed #37
Diffstat (limited to 'test/eth.methods.js')
-rw-r--r--test/eth.methods.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/eth.methods.js b/test/eth.methods.js
index 002268565..7a031c4c8 100644
--- a/test/eth.methods.js
+++ b/test/eth.methods.js
@@ -24,7 +24,6 @@ describe('web3', function() {
u.propertyExists(web3.eth, 'listening');
u.propertyExists(web3.eth, 'mining');
u.propertyExists(web3.eth, 'gasPrice');
- u.propertyExists(web3.eth, 'account');
u.propertyExists(web3.eth, 'accounts');
u.propertyExists(web3.eth, 'peerCount');
u.propertyExists(web3.eth, 'defaultBlock');