IstoraMandiri / spectrum

💠 Full Gamut Ethereum Lightsuite
BSD 3-Clause "New" or "Revised" License
58 stars 14 forks source link

Removing account does not revise networks associated to connection #41

Closed MDSchaeffer closed 7 years ago

MDSchaeffer commented 7 years ago

Created Test1 account with access to ETH/Kovan/ETC networks. All networks are visible in Config->Networks as expected.

Created Test2 account with access to only ETH network. Config->Networks displays same available networks.

Deleted Test1 account. I would expect Config->Network available networks to now only reflect Test2 networks (ETH network only). It continues to display ETH/Kovan/ETC networks.

Recommend to re-examine network connections at each keystore/account removal.

IstoraMandiri commented 7 years ago

The current network config is designed to be available / enabled on a per network basis, so the current functionality is as intended.

There will be an option to set whether the network is enabled by default; added #48