This repository has been archived by the owner on May 13, 2022. It is now read-only.
[Web3] EthAccounts should only return accounts that exist #1281
Labels
bug/confirmed
type/good starter issue
this issue is limited in scope otherwise suitable for new contributors
Currently we return all
secp256k1
keys from the store, we should really check that the respective accounts exist on-chain first.See also: https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_accounts
The text was updated successfully, but these errors were encountered: