added net.version

This commit is contained in:
Bas van Kervel
2015-07-08 08:03:20 +02:00
parent a2333bcbb4
commit e84f3ec1d4
4 changed files with 11 additions and 3 deletions

View File

@ -26,8 +26,7 @@ web3._extend({
[
new web3._extend.Property({
name: 'status',
getter: 'txpool_status',
outputFormatter: function(obj) { return obj; }
getter: 'txpool_status'
})
]
});