Skip to content

Commit

Permalink
fix test build
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Nov 7, 2014
1 parent ffc6ce2 commit daad062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NBitcoin.Tests/Benchmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void BlockDirectoryScanSpeed()
continue;
foreach(var tx in block.Item.Transactions)
{
int index = 0;
uint index = 0;
var pay = OpenAsset.ColorMarker.Get(tx, out index);
if(pay != null && index != 0 && index != tx.Outputs.Count - 1)
{
Expand Down

0 comments on commit daad062

Please sign in to comment.