mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
SIGTERM handler and minor startup improvements. (#185)
* SIGTERM handler and stderr usage. * Create-contract state seed dir creation.
This commit is contained in:
@@ -13,7 +13,7 @@ namespace crypto
|
||||
{
|
||||
if (sodium_init() < 0)
|
||||
{
|
||||
std::cout << "sodium_init failed.\n";
|
||||
std::cerr << "sodium_init failed.\n";
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user