Skip to content

Commit 62dea18

Browse files
committed
Add TODO
1 parent fb4bf04 commit 62dea18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/llmq/quorums_signing.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ void CRecoveredSigsDb::RemoveRecoveredSig(CDBBatch& batch, Consensus::LLMQType l
281281

282282
if (deleteTimeKey) {
283283
CDataStream writeTimeDs(SER_DISK, CLIENT_VERSION);
284+
// TODO remove the size() == sizeof(uint32_t) in a future version (when we stop supporting upgrades from < 0.14.1)
284285
if (db.ReadDataStream(k2, writeTimeDs) && writeTimeDs.size() == sizeof(uint32_t)) {
285286
uint32_t writeTime;
286287
writeTimeDs >> writeTime;

0 commit comments

Comments
 (0)