Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
oversize committed Aug 28, 2024
1 parent a1d9415 commit 8aea30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blockperf/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8aea30d

Please sign in to comment.