Example #1
0
bool CAccountViewTest::HaveAccount() {
	for (int i = 0; i < VECTOR_SIZE; i++) {
		if (pAccountViewTip->HaveAccount(vRandomKeyID.at(i)))
			return false;
	}

	return true;
}