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:
Eric Martindale 2016-11-22 11:04:55 -08:00 committed by Gregory Sanders
parent a6c6702861
commit 01d7915bb7
52 changed files with 238 additions and 239 deletions

View file

@ -100,8 +100,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";
map<string, string> mapArgs;
map<string, vector<string> > mapMultiArgs;