fixed compile time error

This commit is contained in:
StephenButtolph 2020-06-08 11:36:04 -04:00
parent 2b305b0eca
commit acd44dacb8
1 changed files with 1 additions and 1 deletions

View File

@ -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)