diff options
author | Bas van Kervel <bas@ethdev.com> | 2015-06-10 15:42:14 +0800 |
---|---|---|
committer | Bas van Kervel <basvankervel@gmail.com> | 2015-06-11 20:43:05 +0800 |
commit | 7584e68c21cfd155a9e72b29422d8d458691d4ae (patch) | |
tree | f552bef4bb93ae8a0199a84fe1cb20a6ffb12b4b /rpc/api/personal_js.go | |
parent | 1fe617fa5791bffb6b3cc60636c6629c7aca36d3 (diff) | |
download | go-tangerine-7584e68c21cfd155a9e72b29422d8d458691d4ae.tar.gz go-tangerine-7584e68c21cfd155a9e72b29422d8d458691d4ae.tar.zst go-tangerine-7584e68c21cfd155a9e72b29422d8d458691d4ae.zip |
upgrade web3.js with _extend support
Diffstat (limited to 'rpc/api/personal_js.go')
-rw-r--r-- | rpc/api/personal_js.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/api/personal_js.go b/rpc/api/personal_js.go index ddd47f6a4..463a2c7f5 100644 --- a/rpc/api/personal_js.go +++ b/rpc/api/personal_js.go @@ -23,7 +23,7 @@ web3._extend({ properties: [ new web3._extend.Property({ - name: 'accounts', + name: 'listAccounts', getter: 'personal_listAccounts', outputFormatter: function(obj) { return obj; } }) |