mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Add comment for Mainnet chain type. (#2483)
This commit is contained in:
parent
507da6a9fd
commit
fa7e46d4b2
1 changed files with 2 additions and 1 deletions
|
@ -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(),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue