Browse Source

fix: switch default network to mainnet

make_cert_optional
Otto Suess 7 years ago
parent
commit
7c3c72adb6
No known key found for this signature in database GPG Key ID: F7EFC44C2C240A11
  1. 2
      config.go

2
config.go

@ -326,7 +326,7 @@ func loadConfig() (*config, error) {
} }
primaryChain := "bitcoin" primaryChain := "bitcoin"
networkName := "testnet" networkName := "mainnet"
switch { switch {
case cfg.Litecoin.Active: case cfg.Litecoin.Active:

Loading…
Cancel
Save