Rename Floonet to Testnet (#3431)

* Rename Floonet to Testnet

* Fix test

* Rename test and docker
This commit is contained in:
Quentin Le Sceller
2020-10-07 09:36:02 -04:00
committed by GitHub
parent 4c6d1dd4bd
commit cf2a65242d
26 changed files with 111 additions and 111 deletions
+2 -2
View File
@@ -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
View File
@@ -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