Skip to content

Commit

Permalink
Update TrackerHelper.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart de Jonge authored Feb 1, 2018
1 parent 3e73718 commit 00fa2c3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ private static byte[] jsonArrayToByteArray(JSONArray json) {
* @param proof - the proof used to send the transaction.
*/
public synchronized static void registerTransaction(Proof proof) {
// System.out.println(proof.getTransaction());
transactionsToBeRegistered.add(new TransactionRegistration(
proof.getTransaction(), proof.getChainUpdates().size(), proof.getNumberOfBlocks()));

Expand Down

0 comments on commit 00fa2c3

Please sign in to comment.