From acd44dacb8150d431d700b6cf0d0a8bdd40d3151 Mon Sep 17 00:00:00 2001 From: StephenButtolph Date: Mon, 8 Jun 2020 11:36:04 -0400 Subject: [PATCH] fixed compile time error --- snow/engine/avalanche/bootstrapper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snow/engine/avalanche/bootstrapper.go b/snow/engine/avalanche/bootstrapper.go index 8028de3..8ceeb83 100644 --- a/snow/engine/avalanche/bootstrapper.go +++ b/snow/engine/avalanche/bootstrapper.go @@ -147,7 +147,7 @@ func (b *bootstrapper) process(vtx avalanche.Vertex) error { numDropped: b.numBSDroppedVtx, vtx: vtx, }); err == nil { - b.numProcessed++ // Progress tracker + b.numFetched++ // Progress tracker b.numBSBlockedVtx.Inc() } else { b.BootstrapConfig.Context.Log.Verbo("couldn't push to vtxBlocked: %s", err)