mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Disable main net support, default to testnet
This commit is contained in:
parent
150fb412dc
commit
ed9440656b
2 changed files with 6 additions and 1 deletions
|
|
@ -511,6 +511,10 @@ bool InitSanityCheck(void)
|
|||
*/
|
||||
bool AppInit2(boost::thread_group& threadGroup)
|
||||
{
|
||||
if (Params().NetworkIDString() == "main") {
|
||||
return InitError("Error: Elements Alpha does not support main network.");
|
||||
}
|
||||
|
||||
// ********************************************************* Step 1: setup
|
||||
#ifdef _MSC_VER
|
||||
// Turn off Microsoft heap dump noise
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue