From 7e427428710bd754fc34c3bcf105211da2657e63 Mon Sep 17 00:00:00 2001 From: Raymond Sukanto Date: Wed, 22 May 2024 16:33:12 -0400 Subject: [PATCH] address comments --- avalanche/network.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/avalanche/network.go b/avalanche/network.go index 3c7a775..76f09df 100644 --- a/avalanche/network.go +++ b/avalanche/network.go @@ -11,6 +11,4 @@ type Network struct { ID uint32 Endpoint string - - ClusterName string }