mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #869 from daleglass-overte/change-vircadia-fingerprint
Change the hash salt from Vircadia to Overte
This commit is contained in:
commit
9c823a8534
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ static const int HASH_ITERATIONS = 65535;
|
|||
|
||||
// Salt string for the hardware ID, makes our IDs unique to our project.
|
||||
// Changing this results in different hardware IDs being computed.
|
||||
static const QByteArray HASH_SALT{"Vircadia"};
|
||||
static const QByteArray HASH_SALT{"Overte"};
|
||||
|
||||
static const QString FALLBACK_FINGERPRINT_KEY = "fallbackFingerprint";
|
||||
|
||||
|
|
Loading…
Reference in a new issue