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