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 e4e07e120a - Show all commits

View file

@ -30,7 +30,7 @@
try try
{ {
if(CaptchaManager::getCaptcha($session->getPeerUuid())->isExpired()) if(CaptchaManager::getCaptcha($session->getPeerUuid())?->isExpired())
{ {
return $rpcRequest->produceError(StandardError::CAPTCHA_EXPIRED, 'The captcha has expired'); return $rpcRequest->produceError(StandardError::CAPTCHA_EXPIRED, 'The captcha has expired');
} }