Skip to content

Commit

Permalink
Merge branch 'master' into 3.0/SVM-3
Browse files Browse the repository at this point in the history
  • Loading branch information
vncoelho committed Jun 24, 2019
2 parents 7de60e1 + 31bee40 commit a9b3ee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neo.UnitTests/UT_MemoryPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ private void AddTransactions(int count)
for (int i = 0; i < count; i++)
{
var txToAdd = CreateTransaction();
Console.WriteLine($"created tx: {txToAdd.Hash}");
_unit.TryAdd(txToAdd.Hash, txToAdd);
}

Console.WriteLine($"created {count} tx");
}


Expand Down

0 comments on commit a9b3ee7

Please sign in to comment.