From 827095888289d1e406dcae2cc6f30da29e0083a7 Mon Sep 17 00:00:00 2001 From: Phillip Date: Fri, 13 Jan 2023 16:01:26 -0500 Subject: [PATCH] add chat refence timestamp --- qortal-ui-crypto/api/constants.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qortal-ui-crypto/api/constants.js b/qortal-ui-crypto/api/constants.js index d5c58016..11c0cbbf 100644 --- a/qortal-ui-crypto/api/constants.js +++ b/qortal-ui-crypto/api/constants.js @@ -149,8 +149,6 @@ const ERROR_CODES = { 1000: "Not yet released." } -const CHAT_REFERENCE_FEATURE_TRIGGER_TIMESTAMP = 0 - // Qortal 8 decimals const QORT_DECIMALS = 1e8 @@ -161,7 +159,7 @@ const ADDRESS_VERSION = 58 const PROXY_URL = "/proxy/" // Chat reference timestamp -const CHAT_REFERENCE_FEATURE_TRIGGER_TIMESTAMP = 9999999999999 +const CHAT_REFERENCE_FEATURE_TRIGGER_TIMESTAMP = 1674316800000 // Used as a salt for all qora addresses. Salts used for storing your private keys in local storage will be randomly generated const STATIC_SALT = new Uint8Array([54, 190, 201, 206, 65, 29, 123, 129, 147, 231, 180, 166, 171, 45, 95, 165, 78, 200, 208, 194, 44, 207, 221, 146, 45, 238, 68, 68, 69, 102, 62, 6])