Made message signing in Cryptography use SHA512 as the message content for... #1
1 changed files with 0 additions and 4 deletions
|
@ -873,10 +873,6 @@
|
|||
return null;
|
||||
}
|
||||
}
|
||||
catch(StandardRpcException $e)
|
||||
{
|
||||
throw $e;
|
||||
}
|
||||
catch(Exception $e)
|
||||
{
|
||||
throw new StandardRpcException('There was an error while trying to resolve the signature key for the peer locally', StandardError::INTERNAL_SERVER_ERROR, $e);
|
||||
|
|
Loading…
Add table
Reference in a new issue