mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
Get rid of Params().RPCisTestNet()
This commit is contained in:
@@ -178,7 +178,6 @@ public:
|
||||
fDefaultCheckMemPool = false;
|
||||
fAllowMinDifficultyBlocks = false;
|
||||
fRequireStandard = true;
|
||||
fRPCisTestNet = false;
|
||||
fMineBlocksOnDemand = false;
|
||||
}
|
||||
};
|
||||
@@ -230,7 +229,6 @@ public:
|
||||
fDefaultCheckMemPool = false;
|
||||
fAllowMinDifficultyBlocks = true;
|
||||
fRequireStandard = false;
|
||||
fRPCisTestNet = true;
|
||||
fMineBlocksOnDemand = false;
|
||||
}
|
||||
};
|
||||
@@ -269,7 +267,6 @@ public:
|
||||
fDefaultCheckMemPool = true;
|
||||
fAllowMinDifficultyBlocks = true;
|
||||
fRequireStandard = false;
|
||||
fRPCisTestNet = true;
|
||||
fMineBlocksOnDemand = true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user