mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
default our chain type to mainnet (already doing this via config file) (#2485)
This commit is contained in:
parent
edb4751ae9
commit
d1de3b0d6e
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ impl ChainTypes {
|
||||||
|
|
||||||
impl Default for ChainTypes {
|
impl Default for ChainTypes {
|
||||||
fn default() -> ChainTypes {
|
fn default() -> ChainTypes {
|
||||||
ChainTypes::Floonet
|
ChainTypes::Mainnet
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue