Skip to content

Commit 30092bc

Browse files
committed
fix: replace replay_protection_number with hashchain in logs
1 parent 5cd401a commit 30092bc

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
@@ -310,7 +310,7 @@ def messages_data_handler(user_data: dict, user_data_lock, user_data_copied: dic
310310

311311
save_account_data(user_data, user_data_lock)
312312

313-
logger.info("Truncated pads and updated replay_protect_number for contact (%s)", contact_id)
313+
logger.info("Truncated pads and updated computed the next hash chain for contact (%s)", contact_id)
314314

315315
try:
316316
message_decoded = message_decrypted.decode("utf-8")

0 commit comments

Comments
 (0)