corrected input formatters as suggested during review
This commit is contained in:
committed by
Jeffrey Wilcke
parent
ceb0739ba1
commit
7e6c1f8024
@ -14,14 +14,6 @@ web3._extend({
|
||||
],
|
||||
properties:
|
||||
[
|
||||
new web3._extend.Property({
|
||||
name: 'peers',
|
||||
getter: 'net_peers'
|
||||
}),
|
||||
new web3._extend.Property({
|
||||
name: 'version',
|
||||
getter: 'net_version'
|
||||
})
|
||||
]
|
||||
});
|
||||
`
|
||||
|
Reference in New Issue
Block a user