1
0

Add comment to clarify hash comparison logic

This commit is contained in:
2025-05-25 05:16:23 +02:00
parent 337aa63ec3
commit 763817a6ee

View File

@@ -144,7 +144,7 @@ folders.forEach(folderObj => {
}
// 3. Hash-Vergleich
const lastKnownHash = folderObj.lastHeadHash;
const lastKnownHash = folderObj.lastHeadHash; // WAKE UP MR. FREEMAN! WAKE UP AND... SMELL THE HASHES
if (!lastKnownHash) {
alert('Kein gespeicherter Hash Vergleich nicht möglich.');
return;