mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Prevent running multiple hpcore instances from the same directory (#207)
This commit is contained in:
@@ -79,6 +79,7 @@ void deinit()
|
||||
sc::deinit();
|
||||
unl::deinit();
|
||||
ledger::deinit();
|
||||
conf::deinit();
|
||||
}
|
||||
|
||||
void sig_exit_handler(int signum)
|
||||
|
||||
Reference in New Issue
Block a user