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 47b8641c44 - Show all commits

View file

@ -16,7 +16,7 @@ class RpcError implements SerializableInterface
*
* @param string $id The ID of the RPC request
* @param StandardError $code The error code
* @param string $error The error message
* @param string|null $error The error message
*/
public function __construct(string $id, StandardError $code, ?string $error)
{