Made message signing in Cryptography use SHA512 as the message content for... #1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class RpcError implements SerializableInterface
|
||||||
*
|
*
|
||||||
* @param string $id The ID of the RPC request
|
* @param string $id The ID of the RPC request
|
||||||
* @param StandardError $code The error code
|
* @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)
|
public function __construct(string $id, StandardError $code, ?string $error)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue