mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-27 18:47:55 +00:00
disable verification in mtapi5
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user