mirror of
https://github.com/btouchard/ackify.git
synced 2026-05-13 19:39:27 -05:00
d6dd3625a9
Changed UserName field from *string to string to fix blockchain integrity validation issues. The pointer was causing non-deterministic hash computation due to memory address comparison instead of value comparison. This change: - Fixes blockchain validation for signatures with UserName - Simplifies code by removing pointer dereferencing logic - Maintains backward compatibility (NULL DB values map to empty string) - Updates i18n templates to display values directly