From fa7e46d4b2e9bf13e7cde490878f8fc992aba813 Mon Sep 17 00:00:00 2001 From: Antioch Peverell Date: Wed, 30 Jan 2019 04:23:23 +0000 Subject: [PATCH] Add comment for Mainnet chain type. (#2483) --- config/src/comments.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/src/comments.rs b/config/src/comments.rs index 6b075618f..e5b7408f6 100644 --- a/config/src/comments.rs +++ b/config/src/comments.rs @@ -78,7 +78,8 @@ fn comments() -> HashMap { #parameters used for mining as well as wallet output coinbase maturity. Can be: #AutomatedTesting - For CI builds and instant blockchain creation #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(), );