Made message signing in Cryptography use SHA512 as the message content for... #1
1 changed files with 1 additions and 2 deletions
|
@ -26,12 +26,11 @@
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// Set the password
|
|
||||||
RegisteredPeerManager::deleteDisplayName($request->getPeer());
|
RegisteredPeerManager::deleteDisplayName($request->getPeer());
|
||||||
}
|
}
|
||||||
catch(Exception $e)
|
catch(Exception $e)
|
||||||
{
|
{
|
||||||
throw new StandardException('Failed to set password due to an internal exception', StandardError::INTERNAL_SERVER_ERROR, $e);
|
throw new StandardException('Failed to delete display name due to an internal exception', StandardError::INTERNAL_SERVER_ERROR, $e);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $rpcRequest->produceResponse(true);
|
return $rpcRequest->produceResponse(true);
|
||||||
|
|
Loading…
Add table
Reference in a new issue