| 95 | } |
| 96 | |
| 97 | bool CDelegateDBCache::SetPendingDelegates(const PendingDelegates &delegates) { |
| 98 | return pending_delegates_cache.SetData(delegates); |
| 99 | |
| 100 | } |
| 101 | uint32_t CDelegateDBCache::GetActivedDelegateNum() { |
| 102 | VoteDelegateVector dv; |
| 103 | if (GetActiveDelegates(dv)){ |
no test coverage detected