Unverified Commit 7d36d45c authored by kladko's avatar kladko

SKALE-3228

parent 7deed481
...@@ -153,7 +153,7 @@ void trustedEnclaveInit(uint32_t _logLevel) { ...@@ -153,7 +153,7 @@ void trustedEnclaveInit(uint32_t _logLevel) {
LOG_ERROR("sgx_read_rand failed. Aboring enclave."); LOG_ERROR("sgx_read_rand failed. Aboring enclave.");
abort(); abort();
} }
LOG_INFO("Successfully inited enclave. Signed enclave version:" SIGNED_ENCLAVE_VERSION ); LOG_INFO("Successfully inited enclave. Signed enclave version:" SIGNED_ENCLAVE_VERSION );
#ifndef SGX_DEBUG #ifndef SGX_DEBUG
LOG_INFO("SECURITY WARNING: sgxwallet is running in INSECURE DEBUG MODE! NEVER USE IN PRODUCTION!"); LOG_INFO("SECURITY WARNING: sgxwallet is running in INSECURE DEBUG MODE! NEVER USE IN PRODUCTION!");
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<ProdID>0</ProdID> <ProdID>0</ProdID>
<ISVSVN>0</ISVSVN> <ISVSVN>0</ISVSVN>
<StackMaxSize>0x1000000</StackMaxSize> <StackMaxSize>0x1000000</StackMaxSize>
<HeapMaxSize>0x10000000</HeapMaxSize> <HeapMaxSize>0x1000000</HeapMaxSize>
<TCSNum>16</TCSNum> <TCSNum>16</TCSNum>
<TCSMaxNum>16</TCSMaxNum> <TCSMaxNum>16</TCSMaxNum>
<TCSMinPool>16</TCSMinPool> <TCSMinPool>16</TCSMinPool>
......
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