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
+1 -1
View File
@@ -87,7 +87,7 @@ fn comments() -> HashMap<String, String> {
#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
#Testnet - For the long term test network
#Mainnet - For mainnet
"
.to_string(),
+1 -1
View File
@@ -168,7 +168,7 @@ impl GlobalConfig {
match *chain_type {
global::ChainTypes::Mainnet => {}
global::ChainTypes::Floonet => {
global::ChainTypes::Testnet => {
defaults.api_http_addr = "127.0.0.1:13413".to_owned();
defaults.p2p_config.port = 13414;
defaults