Made message signing in Cryptography use SHA512 as the message content for... #1
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
throw new InvalidRpcArgumentException('peer', $e);
|
throw new InvalidRpcArgumentException('peer', $e);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!$rpcRequest->containsParameter('signature_uuid', false))
|
if(!$rpcRequest->containsParameter('signature_uuid'))
|
||||||
{
|
{
|
||||||
throw new MissingRpcArgumentException('signature_uuid');
|
throw new MissingRpcArgumentException('signature_uuid');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue