Made message signing in Cryptography use SHA512 as the message content for... #1

Closed
netkas wants to merge 421 commits from master into dev
Showing only changes of commit a456dda62d - Show all commits

View file

@ -27,10 +27,9 @@
throw new MissingRpcArgumentException('answer');
}
$session = $request->getSession();
try
{
$session = $request->getSession();
if(CaptchaManager::getCaptcha($session->getPeerUuid())?->isExpired())
{
return $rpcRequest->produceError(StandardError::EXPIRED, 'The captcha has expired');