disable verification in mtapi5

This commit is contained in:
Vyacheslav Demidyuk
2014-11-18 18:01:32 +02:00
parent 8a1e0a550d
commit 66391301c5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ bool VerifySignature(System::String^ inputData, System::String^ signature, Syste
return verifyResult;
}
bool g_IsVerified = false;
bool g_IsVerified = true;
void _stdcall verify(int isDemo, wchar_t* accountName, long accountNumber)
{