mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
BlockChain.isTestNet now BlockChain.isTestChain.
Added Settings.isTestNet. Disabled ArbitraryDataManager for now.
This commit is contained in:
@@ -53,7 +53,7 @@ public class SettingsTests {
|
||||
BlockChain blockchain = unmarshaller.unmarshal(json, BlockChain.class).getValue();
|
||||
|
||||
System.out.println("BlockChain settings:");
|
||||
System.out.println(String.format("TestNet: %s", yn(blockchain.isTestNet())));
|
||||
System.out.println(String.format("TestChain: %s", yn(blockchain.isTestChain())));
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"isTestNet": true,
|
||||
"isTestChain": true,
|
||||
"maxBalance": "10000000000",
|
||||
"blockDifficultyInterval": 10,
|
||||
"minBlockTime": 30,
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"isTestNet": true,
|
||||
"isTestChain": true,
|
||||
"maxBalance": "10000000000",
|
||||
"blockDifficultyInterval": 10,
|
||||
"minBlockTime": 30,
|
||||
|
Reference in New Issue
Block a user