Unverified Commit faaccd73 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Merge pull request #226 from skalenetwork/task/SKALE-3596-intel-submission-3

SKALE-3596-intel-submision-3
parents e619b331 23b52cbc
1.58.7
\ No newline at end of file
1.59.1
\ No newline at end of file
#define SIGNED_ENCLAVE_VERSION "1"
\ No newline at end of file
#define SIGNED_ENCLAVE_VERSION "3"
\ No newline at end of file
......@@ -47,7 +47,7 @@ void SGXWallet::printUsage() {
cerr << "\nAvailable flags:\n";
cerr << "\nDebug flags:\n\n";
cerr << " -v Verbose mode: turn on debug output\n";
cerr << " -vv Detailed verbose mode: turn on debug and trace outputs\n";
cerr << " -V Detailed verbose mode: turn on debug and trace outputs\n";
cerr << "\nBackup, restore, update flags:\n\n";
cerr << " -b filename Restore from back up or software update. You will need to put backup key into a file in sgx_data dir. \n";
cerr << " -y Do not ask user to acknowledge receipt of the backup key \n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment