mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Migrate project naming from "Beta" to "Elements"
Note: this also changes the CHAINPARAMS_ELEMENTS constant! The new network name is simply `elements`, and similarly regtest is now `elementsregtest`
This commit is contained in:
parent
d4d6abbf6d
commit
bdfe5e2e25
50 changed files with 238 additions and 239 deletions
|
|
@ -103,8 +103,8 @@ namespace boost {
|
|||
|
||||
using namespace std;
|
||||
|
||||
const char * const BITCOIN_CONF_FILENAME = "beta.conf";
|
||||
const char * const BITCOIN_PID_FILENAME = "beta-daemon.pid";
|
||||
const char * const BITCOIN_CONF_FILENAME = "elements.conf";
|
||||
const char * const BITCOIN_PID_FILENAME = "elements-daemon.pid";
|
||||
|
||||
CCriticalSection cs_args;
|
||||
map<string, string> mapArgs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue