upgrade web3.js with _extend support
This commit is contained in:
committed by
Bas van Kervel
parent
1fe617fa57
commit
7584e68c21
@@ -23,7 +23,7 @@ web3._extend({
|
||||
properties:
|
||||
[
|
||||
new web3._extend.Property({
|
||||
name: 'accounts',
|
||||
name: 'listAccounts',
|
||||
getter: 'personal_listAccounts',
|
||||
outputFormatter: function(obj) { return obj; }
|
||||
})
|
||||
|
Reference in New Issue
Block a user