Open nathanielhourt opened 8 years ago
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.
VotingSystem
BlockchainWalletApi
Currently
VotingSystem
implements a cache of various chain objects (coins and accounts), but this doesn't seem like good cohesion. Consider moving the caching toBlockchainWalletApi
and thereby making it an implementation detail.