From b4f422e4138fc25fa40efe0967456de3cb084566 Mon Sep 17 00:00:00 2001 From: Jasmina Malicevic Date: Thu, 14 Apr 2022 13:41:27 +0200 Subject: [PATCH] minor delete --- internal/blocksync/pool.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/blocksync/pool.go b/internal/blocksync/pool.go index bfc6179a6..4c92041ef 100644 --- a/internal/blocksync/pool.go +++ b/internal/blocksync/pool.go @@ -76,8 +76,6 @@ type BlockPool struct { mtx sync.RWMutex // block requests requesters map[int64]*bpRequester - // block requests to verify blocks against peers - // verificationRequesters map[int64]*bpRequester height int64 // the lowest key in requesters. // peers