From c72b1ec667e651d0bda73771c3216b6ec7a69f6a Mon Sep 17 00:00:00 2001 From: Eugene Kim Date: Wed, 7 Aug 2019 12:12:44 -0700 Subject: [PATCH] Remove unused variable --- internal/configs/node/config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/configs/node/config.go b/internal/configs/node/config.go index c3bd55c5e..7de262343 100644 --- a/internal/configs/node/config.go +++ b/internal/configs/node/config.go @@ -55,9 +55,6 @@ const ( Localnet = "localnet" ) -// Network is the type of Harmony network -var Network = Testnet - // Global is the index of the global node configuration const ( Global = 0