Remove personal_* calls from dapps (#2860)

* remove accountsInfo & listAccounts

* registry accounts selector works
This commit is contained in:
Jaco Greeff
2016-10-25 15:15:22 +02:00
committed by Gav Wood
parent b6f2628018
commit 4fc1c5f42e
9 changed files with 30 additions and 29 deletions

View File

@@ -82,7 +82,7 @@ export const loadContractDetails = () => (dispatch, getState) => {
Promise
.all([
api.personal.listAccounts(),
api.eth.accounts(),
instance.owner.call(),
instance.fee.call()
])