Made message signing in Cryptography use SHA512 as the message content for... #1
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
case EXPIRED = -108;
|
case EXPIRED = -108;
|
||||||
case CRYPTOGRAPHIC_ERROR = -109;
|
case CRYPTOGRAPHIC_ERROR = -109;
|
||||||
case UUID_CONFLICT = -110;
|
case UUID_CONFLICT = -110;
|
||||||
|
case UUID_MISMATCH = -111;
|
||||||
|
|
||||||
// RPC Errors
|
// RPC Errors
|
||||||
case RPC_METHOD_NOT_FOUND = -1000;
|
case RPC_METHOD_NOT_FOUND = -1000;
|
||||||
|
|
Loading…
Add table
Reference in a new issue