Remove unused variable

pull/1300/head
Eugene Kim 5 years ago
parent 3b8fc36d0d
commit c72b1ec667
  1. 3
      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

Loading…
Cancel
Save