Prevent running multiple hpcore instances from the same directory (#207)

This commit is contained in:
Chalith Desaman
2021-01-05 11:18:23 +05:30
committed by GitHub
parent 99e4296746
commit e8a3882176
5 changed files with 106 additions and 3 deletions

View File

@@ -79,6 +79,7 @@ void deinit()
sc::deinit();
unl::deinit();
ledger::deinit();
conf::deinit();
}
void sig_exit_handler(int signum)