From 6a96d295714d05ff1d33df4ccb7536f5157f8378 Mon Sep 17 00:00:00 2001 From: Otto Suess <ottosuess@protonmail.com> Date: Fri, 24 Aug 2018 12:17:32 +0200 Subject: [PATCH] make testnet default network --- config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.go b/config.go index b4f5c84..142fe0a 100644 --- a/config.go +++ b/config.go @@ -317,7 +317,8 @@ func loadConfig() (*config, error) { } var primaryChain string - var networkName string + networkName := "testnet" + switch { case cfg.Litecoin.Active: primaryChain = "litecoin"