|
|
@ -132,7 +132,6 @@ public: |
|
|
|
fDefaultConsistencyChecks = false; |
|
|
|
fDefaultConsistencyChecks = false; |
|
|
|
fRequireStandard = true; |
|
|
|
fRequireStandard = true; |
|
|
|
fMineBlocksOnDemand = false; |
|
|
|
fMineBlocksOnDemand = false; |
|
|
|
fTestnetToBeDeprecatedFieldRPC = false; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpointData = (CCheckpointData) { |
|
|
|
checkpointData = (CCheckpointData) { |
|
|
|
boost::assign::map_list_of |
|
|
|
boost::assign::map_list_of |
|
|
@ -223,7 +222,6 @@ public: |
|
|
|
fDefaultConsistencyChecks = false; |
|
|
|
fDefaultConsistencyChecks = false; |
|
|
|
fRequireStandard = false; |
|
|
|
fRequireStandard = false; |
|
|
|
fMineBlocksOnDemand = false; |
|
|
|
fMineBlocksOnDemand = false; |
|
|
|
fTestnetToBeDeprecatedFieldRPC = true; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpointData = (CCheckpointData) { |
|
|
|
checkpointData = (CCheckpointData) { |
|
|
|
boost::assign::map_list_of |
|
|
|
boost::assign::map_list_of |
|
|
@ -285,7 +283,6 @@ public: |
|
|
|
fDefaultConsistencyChecks = true; |
|
|
|
fDefaultConsistencyChecks = true; |
|
|
|
fRequireStandard = false; |
|
|
|
fRequireStandard = false; |
|
|
|
fMineBlocksOnDemand = true; |
|
|
|
fMineBlocksOnDemand = true; |
|
|
|
fTestnetToBeDeprecatedFieldRPC = false; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpointData = (CCheckpointData){ |
|
|
|
checkpointData = (CCheckpointData){ |
|
|
|
boost::assign::map_list_of |
|
|
|
boost::assign::map_list_of |
|
|
|