Skip to content

Commit

Permalink
Use correct map for tx cluster request reservation
Browse files Browse the repository at this point in the history
fixes #128
  • Loading branch information
fireduck64 committed Oct 24, 2018
1 parent 3545c02 commit 31a8032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/BlockIngestor.java
Expand Up @@ -276,7 +276,7 @@ public boolean reserveTxCluster(ChainHash hash)
{
return false;
}
block_pull_map.put(hash, tm);
tx_cluster_pull_map.put(hash, tm);
return true;
}
}
Expand Down

0 comments on commit 31a8032

Please sign in to comment.