Browse Source
fix: make bitcoin the default chain
make_cert_optional
Tom Kirkpatrick
7 years ago
No known key found for this signature in database
GPG Key ID: 72203A8EC5967EA8
1 changed files with
1 additions and
1 deletions
-
config.go
|
|
@ -325,7 +325,7 @@ func loadConfig() (*config, error) { |
|
|
|
return nil, err |
|
|
|
} |
|
|
|
|
|
|
|
var primaryChain string |
|
|
|
primaryChain := "bitcoin" |
|
|
|
networkName := "testnet" |
|
|
|
|
|
|
|
switch { |
|
|
|