default our chain type to mainnet (already doing this via config file) (#2485)

This commit is contained in:
Antioch Peverell 2019-01-30 04:09:30 +00:00 committed by Ignotus Peverell
parent edb4751ae9
commit d1de3b0d6e

View file

@ -107,7 +107,7 @@ impl ChainTypes {
impl Default for ChainTypes { impl Default for ChainTypes {
fn default() -> ChainTypes { fn default() -> ChainTypes {
ChainTypes::Floonet ChainTypes::Mainnet
} }
} }