mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
--enable-liquid: liquid.conf and liquid.pid
This commit is contained in:
parent
3b1ca174d7
commit
aa2af38715
1 changed files with 6 additions and 0 deletions
|
|
@ -81,8 +81,14 @@
|
|||
// Application startup time (used for uptime calculation)
|
||||
const int64_t nStartupTime = GetTime();
|
||||
|
||||
|
||||
#ifdef LIQUID
|
||||
const char * const BITCOIN_CONF_FILENAME = "liquid.conf";
|
||||
const char * const BITCOIN_PID_FILENAME = "liquid.pid";
|
||||
#else
|
||||
const char * const BITCOIN_CONF_FILENAME = "elements.conf";
|
||||
const char * const BITCOIN_PID_FILENAME = "elementsd.pid";
|
||||
#endif
|
||||
|
||||
ArgsManager gArgs;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue