Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
c433c730
Unverified
Commit
c433c730
authored
4 years ago
by
Oleh Nikolaiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-4005 fix error codes
parent
cf34c35c
master
develop
1 merge request
!1
Develop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
sgxwallet_common.h
sgxwallet_common.h
+7
-7
No files found.
sgxwallet_common.h
View file @
c433c730
...
...
@@ -178,12 +178,12 @@ extern bool autoconfirm;
#define COULD_NOT_GET_WORKING_DIRECTORY -105
#define ERROR_CREATING_SGX_DATA_FOLDER -106
#define EXECUTION_ULIMIT_FAILED -107
#define WRONG_ULIMIT -10
7
#define COULD_NOT_INIT_ENCLAVE -10
8
#define FAIL_TO_VERIFY_CERTIFICATE -1
09
#define SGX_SERVER_FAILED_TO_START -11
0
#define CORRUPT_DATABASE -11
1
#define INVALID_SEK -11
2
#define WRONG_ULIMIT -10
8
#define COULD_NOT_INIT_ENCLAVE -10
9
#define FAIL_TO_VERIFY_CERTIFICATE -1
10
#define SGX_SERVER_FAILED_TO_START -11
1
#define CORRUPT_DATABASE -11
2
#define INVALID_SEK -11
3
#define SGX_ENCLAVE_ERROR -666
...
...
@@ -191,7 +191,7 @@ extern bool autoconfirm;
#define BASE_PORT 1026
#define WALLETDB_NAME
"sgxwallet.db"
#define WALLETDB_NAME "sgxwallet.db"
#define ENCLAVE_NAME "secure_enclave.signed.so"
#define SGXDATA_FOLDER "sgx_data/"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment