Rename Floonet to Testnet (#3431)
* Rename Floonet to Testnet * Fix test * Rename test and docker
This commit is contained in:
committed by
GitHub
parent
4c6d1dd4bd
commit
cf2a65242d
+2
-2
@@ -80,8 +80,8 @@ fn real_main() -> i32 {
|
||||
.get_matches();
|
||||
let node_config;
|
||||
|
||||
let chain_type = if args.is_present("floonet") {
|
||||
global::ChainTypes::Floonet
|
||||
let chain_type = if args.is_present("testnet") {
|
||||
global::ChainTypes::Testnet
|
||||
} else if args.is_present("usernet") {
|
||||
global::ChainTypes::UserTesting
|
||||
} else {
|
||||
|
||||
+3
-3
@@ -3,9 +3,9 @@ about: Lightweight implementation of the Mimblewimble protocol.
|
||||
author: The Grin Team
|
||||
|
||||
args:
|
||||
- floonet:
|
||||
help: Run grin against the Floonet (as opposed to mainnet)
|
||||
long: floonet
|
||||
- testnet:
|
||||
help: Run grin against the Testnet (as opposed to mainnet)
|
||||
long: testnet
|
||||
takes_value: false
|
||||
- usernet:
|
||||
help: Run grin as a local-only network. Doesn't block peer connections but will not connect to any peer or seed
|
||||
|
||||
Reference in New Issue
Block a user