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

	return true;
}