Made message signing in Cryptography use SHA512 as the message content for... #1
1 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,9 @@ enum StandardError : int
|
||||||
case BAD_REQUEST = -102;
|
case BAD_REQUEST = -102;
|
||||||
case FORBIDDEN = -103;
|
case FORBIDDEN = -103;
|
||||||
case UNAUTHORIZED = -104;
|
case UNAUTHORIZED = -104;
|
||||||
case RESOLUTION_FAILED = -105;
|
case NOT_FOUND = -105;
|
||||||
case CRYPTOGRAPHIC_ERROR = -106;
|
case RESOLUTION_FAILED = -106;
|
||||||
|
case CRYPTOGRAPHIC_ERROR = -107;
|
||||||
|
|
||||||
// RPC Errors
|
// RPC Errors
|
||||||
case RPC_METHOD_NOT_FOUND = -1000;
|
case RPC_METHOD_NOT_FOUND = -1000;
|
||||||
|
|
Loading…
Add table
Reference in a new issue