Force SHA1 hashing on updated hash files
This commit is contained in:
@@ -348,7 +348,7 @@ public sealed class DtrEntry : IDisposable, IHostedService
|
||||
try
|
||||
{
|
||||
var cid = _dalamudUtilService.GetCIDAsync().GetAwaiter().GetResult();
|
||||
var hashedCid = cid.ToString().GetBlake3Hash();
|
||||
var hashedCid = cid.ToString().GetHash256();
|
||||
_localHashedCid = hashedCid;
|
||||
_localHashedCidFetchedAt = now;
|
||||
return hashedCid;
|
||||
|
||||
Reference in New Issue
Block a user