Skip to content

Commit 37969a7

Browse files
committed
feat: add strandlock protocol support
1 parent 2adeed7 commit 37969a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logic/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def messages_data_handler(user_data: dict, user_data_lock, user_data_copied: dic
361361
next_hash_chain = sha3_512(contact_hash_chain + message_encrypted)
362362

363363
if next_hash_chain != hash_chain:
364-
logger.warning("Message hash chain did not match, this could be a possible replay attack, or a failed tampering attempt. Skipping this message...")
364+
logger.error("Message hash chain did not match, this could be a possible replay attack, or a failed tampering attempt. Skipping this message...")
365365
return
366366

367367

0 commit comments

Comments
 (0)