From 5bd5afec653fd8107da469f8e9dfbf5c62c58725 Mon Sep 17 00:00:00 2001 From: Tom Kirkpatrick Date: Tue, 4 Sep 2018 13:28:29 +0200 Subject: [PATCH] fix: make bitcoin the default chain --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index dde5de0..774eaa6 100644 --- a/config.go +++ b/config.go @@ -325,7 +325,7 @@ func loadConfig() (*config, error) { return nil, err } - var primaryChain string + primaryChain := "bitcoin" networkName := "testnet" switch {