Skip to content

Commit

Permalink
Improve explanation of mining-requres-peers
Browse files Browse the repository at this point in the history
  • Loading branch information
gidgreen authored Feb 6, 2017
1 parent 88cd40e commit 5c23d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams/paramlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static const mc_OneMultichainParam MultichainParamArray[] =
{ "miningrequirespeers" , "mining-requires-peers" ,
MC_PRM_BOOLEAN | MC_PRM_USER | MC_PRM_CLONE | MC_PRM_NOHASH , -1, 1, 0, 0, 0.0, 10001, 0, "-mc-miningrequirespeers",
"mineemptyrounds","",
"Default for whether nodes only mine blocks if connected to other nodes."},
"Default for whether nodes only mine blocks if connected to other nodes (ignored if only one permitted miner)."},
{ "mineemptyrounds" , "mine-empty-rounds" ,
MC_PRM_INT32 | MC_PRM_USER | MC_PRM_CLONE | MC_PRM_DECIMAL | MC_PRM_NOHASH, -1, -1000000, -1000000, 1000000000, 0.0, 10007, 0, "-mc-mineemptyrounds",
"miningturnover","",
Expand Down

0 comments on commit 5c23d75

Please sign in to comment.