Fix up --testnet.

This commit is contained in:
Gav 2017-03-02 14:46:35 +01:00
parent c662d1cb0a
commit 52cf44d71a
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ impl Configuration {
fn chain(&self) -> String {
if self.args.flag_testnet {
"ropsten".to_owned()
"testnet".to_owned()
} else {
self.args.flag_chain.clone()
}