From 8aea30d883e3d4c3cb6fe871fa4d55d690a0ecb4 Mon Sep 17 00:00:00 2001 From: Manuel Schmidt Date: Wed, 28 Aug 2024 09:28:44 +0200 Subject: [PATCH] . --- src/blockperf/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blockperf/app.py b/src/blockperf/app.py index b77e05b..48b30eb 100644 --- a/src/blockperf/app.py +++ b/src/blockperf/app.py @@ -148,7 +148,7 @@ def ensure_maxblocks(self): logger.debug("Removed %s from working_hashes", removed_hash) if removed_hash in self.published_blocks: del self.published_blocks[self.published_blocks.index(removed_hash)] - logger.debug("Removed %s from published_blockpicks", removed_hash) + logger.debug("Removed %s from published_blocks", removed_hash) def run_blocksample_loop(self): """Create samples for the blocks seen in the logfile and publishes them.