Skip to content

Commit

Permalink
chore: trivial change
Browse files Browse the repository at this point in the history
  • Loading branch information
riemannulus committed Feb 16, 2022
1 parent f8775fc commit b7a1d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libplanet.Net/Swarm.BlockSync.cs
Expand Up @@ -76,7 +76,7 @@ public partial class Swarm<T>

var totalBlocksToDownload = 0L;
Block<T> tempTip = BlockChain.Tip;
List<Block<T>> blocks = new List<Block<T>>();
var blocks = new List<Block<T>>();

try
{
Expand Down

0 comments on commit b7a1d20

Please sign in to comment.