Skip to content

Commit 3b37482

Browse files
Apply suggestions from code review
Co-Authored-By: PastaPastaPasta <pasta@dashboost.org>
1 parent 67969b1 commit 3b37482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/llmq/quorums_signing.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ void CRecoveredSigsDb::ConvertInvalidTimeKeys()
8686
LogPrintf("CRecoveredSigsDb::%s -- converted %d invalid rs_t keys\n", __func__, cnt);
8787
}
8888

89-
// This adds rs_vt keys for every rs_v entry to the DB. The time in the key is set to the current time. This causes cleanup
90-
// of all these votes a week later.
89+
// This adds rs_vt keys for every rs_v entry to the DB. The time in the key is set to the current time.
90+
// This causes cleanup of all these votes a week later.
9191
void CRecoveredSigsDb::AddVoteTimeKeys()
9292
{
9393
LogPrintf("CRecoveredSigsDb::%s -- adding rs_vt keys with current time\n", __func__);

0 commit comments

Comments
 (0)