diff --git a/src/Miningcore/Crypto/Hashing/Progpow/Sccpow/SccpowLight.cs b/src/Miningcore/Crypto/Hashing/Progpow/Sccpow/SccpowLight.cs index ae219d5ed..281f76317 100644 --- a/src/Miningcore/Crypto/Hashing/Progpow/Sccpow/SccpowLight.cs +++ b/src/Miningcore/Crypto/Hashing/Progpow/Sccpow/SccpowLight.cs @@ -15,7 +15,7 @@ public void Setup(int totalCache, ulong hardForkBlock = 0) private readonly object cacheLock = new(); private readonly Dictionary caches = new(); private Cache future; - public string AlgoName { get; } = "SccPow"; + public string AlgoName { get; } = "FiroPow"; public void Dispose() {