removed web3.eth.account, fixed #37

This commit is contained in:
Marek Kotewicz
2015-01-27 16:02:42 +01:00
parent 09f633596d
commit c2cb2bef96
5 changed files with 3 additions and 6 deletions

View File

@@ -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');