Tagging as rc1

This commit is contained in:
Benjamin Kampmann
2020-05-25 18:30:48 +02:00
parent d18a55d391
commit fb32ac8c51
190 changed files with 2160 additions and 2190 deletions
@@ -30,7 +30,7 @@ fn purge_chain_works() {
common::run_dev_node_for_a_while(base_path.path());
let status = Command::new(cargo_bin("substrate"))
.args(&["purge-chain", "--dev", "-d"])
.args(&["purge-chain", "--rc1", "-d"])
.arg(base_path.path())
.arg("-y")
.status()