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
@@ -14,5 +14,5 @@ Before submitting your PR for final review, please ensure that it:
* Explains whether/how the change is consensus breaking or breaks existing client functionality
* Contains unit tests exercising new/changed functionality
* Fully considers the potential impact of the change on other parts of the system
* Describes how you've tested the change (e.g. against Floonet, etc)
* Describes how you've tested the change (e.g. against Testnet, etc)
* Updates any documentation that's affected by the PR