From e2ec9f76219f76c0c8bb682206b46aa4ee48bfd0 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Thu, 28 Oct 2021 17:50:49 +0700 Subject: [PATCH] pool v2 docs --- cmd/txpool/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/txpool/readme.md b/cmd/txpool/readme.md index c58e12ef5..92b6b22a8 100644 --- a/cmd/txpool/readme.md +++ b/cmd/txpool/readme.md @@ -38,7 +38,7 @@ In `./build/bin/txpool --help` see flags: `--txpool.globalslots`, `--txpool.glob ## ToDo list -[] Hard-forks support (now rules are parsed ones on txPool start) +[] Hard-forks support (now TxPool require restart - after hard-fork happens) [] Add pool to docker-compose [] Add pool (db table) - where store recently mined txs - for faster unwind/reorg. [] Save history of local transactions - with 1 day expiration