Unverified Commit 6249af9a authored by kladko's avatar kladko

SKALE-3228

parent 70097647
......@@ -184,8 +184,10 @@ void enclave_init() {
} catch (exception& e) {
LOG_ERROR("Exception in libff init");
LOG_ERROR(e.what());
abort();
} catch (...) {
LOG_ERROR("Unknown exception in libff");
abort();
}
LOG_INFO("Inited libff");
}
......
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