Skip to content

Commit

Permalink
Update PhihashLight.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Nov 26, 2024
1 parent 934e91a commit 9b7e518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void Dispose()
value.Dispose();
}

public async Task<IProgpowCache> GetCacheAsync(ILogger logger, int block)
public async Task<IProgpowCache> GetCacheAsync(ILogger logger, int block, CancellationToken ct)
{
var epoch = block / PhicoinConstants.EpochLength;
Cache result;
Expand Down

0 comments on commit 9b7e518

Please sign in to comment.