From 16f006edc98aa0421fc0bb7b38c519a858042730 Mon Sep 17 00:00:00 2001 From: StephenButtolph Date: Tue, 23 Jun 2020 19:43:03 -0400 Subject: [PATCH] Removed no longer upheld invariant --- snow/engine/avalanche/bootstrapper.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/snow/engine/avalanche/bootstrapper.go b/snow/engine/avalanche/bootstrapper.go index d8f1d6b..a9c4e64 100644 --- a/snow/engine/avalanche/bootstrapper.go +++ b/snow/engine/avalanche/bootstrapper.go @@ -50,8 +50,6 @@ type bootstrapper struct { // IDs of vertices that we will send a GetAncestors request for once we are // not at the max number of outstanding requests - // Invariant: The intersection of needToFetch and outstandingRequests is - // empty needToFetch ids.Set // Contains IDs of vertices that have recently been processed