Skip to content

Commit

Permalink
Rename SccPow algorithm to FiroPow.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Aug 29, 2024
1 parent f15f5bc commit 8cfd4c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public void Setup(int totalCache, ulong hardForkBlock = 0)
private readonly object cacheLock = new();
private readonly Dictionary<int, Cache> caches = new();
private Cache future;
public string AlgoName { get; } = "SccPow";
public string AlgoName { get; } = "FiroPow";

public void Dispose()
{
Expand Down

0 comments on commit 8cfd4c3

Please sign in to comment.