Whether this announcement is selected. There can be at most 1 selected peer per txhash. */
| 81 | |
| 82 | /** Whether this announcement is selected. There can be at most 1 selected peer per txhash. */ |
| 83 | bool IsSelected() const |
| 84 | { |
| 85 | return GetState() == State::CANDIDATE_BEST || GetState() == State::REQUESTED; |
| 86 | } |
| 87 | |
| 88 | /** Whether this announcement is waiting for a certain time to pass. */ |
| 89 | bool IsWaiting() const |