Skip to content

Commit

Permalink
Merge pull request #3353 from moreal/bugfix/block-candidate-processing
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal authored Aug 4, 2023
2 parents 3aad879 + d3bc3db commit c4191c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libplanet.Net/Swarm.BlockSync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private async Task PullBlocksAsync(
try
{
var blockCompletion = new BlockCompletion<BoundPeer>(
completionPredicate: BlockChain.Store.ContainsBlock,
completionPredicate: BlockChain.ContainsBlock,
window: InitialBlockDownloadWindow
);
var demandBlockHashes = GetDemandBlockHashes(
Expand Down

0 comments on commit c4191c2

Please sign in to comment.