From 065898396adf3a2967d2b493f5893b0a2318883c Mon Sep 17 00:00:00 2001
From: "alex.sharov" <AskAlexSharov@gmail.com>
Date: Fri, 31 Dec 2021 16:36:24 +0700
Subject: [PATCH] improve downloader readme

---
 cmd/txpool/readme.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmd/txpool/readme.md b/cmd/txpool/readme.md
index f0afd746b9..d8cd13024f 100644
--- a/cmd/txpool/readme.md
+++ b/cmd/txpool/readme.md
@@ -43,5 +43,4 @@ In `./build/bin/txpool --help` see flags: `--txpool.globalslots`, `--txpool.glob
 [] Add pool (db table) - where store recently mined txs - for faster unwind/reorg.
 [] Save history of local transactions - with 1 day expiration
 [] move tx.rlp field to separated map, to make tx immutable
-[] Fetcher.go - can’t work with multiple sentries (has single parseContext)
 
-- 
GitLab