From c52e8402c063def4b1ea5f26f41c014fcbe3f534 Mon Sep 17 00:00:00 2001 From: Alexander Block Date: Tue, 26 Feb 2019 07:50:19 +0100 Subject: [PATCH] Remove now obsolete TODO comment above CRecoveredSigsDb --- src/llmq/quorums_signing.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/llmq/quorums_signing.h b/src/llmq/quorums_signing.h index e04dc348191f1..9e53ab1864e52 100644 --- a/src/llmq/quorums_signing.h +++ b/src/llmq/quorums_signing.h @@ -76,7 +76,6 @@ class CRecoveredSig } }; -// TODO implement caching to speed things up class CRecoveredSigsDb { static const size_t MAX_CACHE_SIZE = 30000;