Add comment for Mainnet chain type. (#2483)

This commit is contained in:
Antioch Peverell 2019-01-30 04:23:23 +00:00 committed by Ignotus Peverell
parent 507da6a9fd
commit fa7e46d4b2

View file

@ -78,7 +78,8 @@ fn comments() -> HashMap<String, String> {
#parameters used for mining as well as wallet output coinbase maturity. Can be: #parameters used for mining as well as wallet output coinbase maturity. Can be:
#AutomatedTesting - For CI builds and instant blockchain creation #AutomatedTesting - For CI builds and instant blockchain creation
#UserTesting - For regular user testing (cuckoo 16) #UserTesting - For regular user testing (cuckoo 16)
#Floonet - For the long term Floonet test network #Floonet - For the long term floonet test network
#Mainnet - For mainnet
" "
.to_string(), .to_string(),
); );