default our chain type to mainnet (already doing this via config file) (#2485)
This commit is contained in:
committed by
Ignotus Peverell
parent
edb4751ae9
commit
d1de3b0d6e
+1
-1
@@ -107,7 +107,7 @@ impl ChainTypes {
|
||||
|
||||
impl Default for ChainTypes {
|
||||
fn default() -> ChainTypes {
|
||||
ChainTypes::Floonet
|
||||
ChainTypes::Mainnet
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user