You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently VotingSystem implements a cache of various chain objects (coins and accounts), but this doesn't seem like good cohesion. Consider moving the caching to BlockchainWalletApi and thereby making it an implementation detail.
Currently
VotingSystemimplements a cache of various chain objects (coins and accounts), but this doesn't seem like good cohesion. Consider moving the caching toBlockchainWalletApiand thereby making it an implementation detail.