Unverified Commit 15cbf7e5 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update sgxwallet.c

parent db866200
......@@ -111,6 +111,9 @@ int main(int argc, char *argv[]) {
case '0':
useHTTPSOption = false;
break;
case 'n':
useHTTPSOption = false;
break;
case 'a':
encryptKeysOption = false;
break;
......
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