Skip to content

Commit

Permalink
Remove log from tx hash (neo-project#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored Jun 24, 2019
1 parent 90fa9af commit 31bee40
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 31bee40

Please sign in to comment.