| 86 | } |
| 87 | |
| 88 | bool CDelegateDBCache::SetLastVoteHeight(int32_t height) { |
| 89 | return last_vote_height_cache.SetData(CVarIntValue<uint32_t>(height)); |
| 90 | } |
| 91 | |
| 92 | |
| 93 | bool CDelegateDBCache::GetPendingDelegates(PendingDelegates &delegates) { |
no test coverage detected