Browse Source
fix: switch default network to mainnet
make_cert_optional
Otto Suess
7 years ago
No known key found for this signature in database
GPG Key ID: F7EFC44C2C240A11
1 changed files with
1 additions and
1 deletions
-
config.go
|
|
@ -326,7 +326,7 @@ func loadConfig() (*config, error) { |
|
|
|
} |
|
|
|
|
|
|
|
primaryChain := "bitcoin" |
|
|
|
networkName := "testnet" |
|
|
|
networkName := "mainnet" |
|
|
|
|
|
|
|
switch { |
|
|
|
case cfg.Litecoin.Active: |
|
|
|