We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67969b1 commit 3b37482Copy full SHA for 3b37482
src/llmq/quorums_signing.cpp
@@ -86,8 +86,8 @@ void CRecoveredSigsDb::ConvertInvalidTimeKeys()
86
LogPrintf("CRecoveredSigsDb::%s -- converted %d invalid rs_t keys\n", __func__, cnt);
87
}
88
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.
+// 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 of all these votes a week later.
91
void CRecoveredSigsDb::AddVoteTimeKeys()
92
{
93
LogPrintf("CRecoveredSigsDb::%s -- adding rs_vt keys with current time\n", __func__);
0 commit comments