| 25 | } |
| 26 | |
| 27 | CRegID CTopDelegatesIterator::GetRegId() const { |
| 28 | return CRegID(GetKey().second); |
| 29 | } |
| 30 | |
| 31 | bool CDelegateDBCache::GetTopVoteDelegates(uint32_t delegateNum, uint64_t BpMinVote, |
| 32 | VoteDelegateVector &topVoteDelegates, bool isR3Fork) { |
no test coverage detected