|
|
@ -133,7 +133,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 |
|
|
@ -224,7 +223,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 |
|
|
@ -286,7 +284,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 |
|
|
|