FollowMyVote/StakeWeightedVoting

Consider moving caching from VotingSystem to BlockchainWalletApi

Opened this issue · 0 comments

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.