3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 07:12:17 +00:00

Fix typo in comment.

This commit is contained in:
Mike Hearn 2014-08-13 16:11:13 +02:00
parent 014438b456
commit 7ec75b3483

View File

@ -1482,7 +1482,7 @@ public class PeerGroup extends AbstractExecutionThreadService implements Transac
}
});
// Keep a reference to the TransactionBroadcast object. This is important because otherwise, the entire tree
// of objects we just created would become garbage if the user doens't hold on to the returned future, and
// of objects we just created would become garbage if the user doesn't hold on to the returned future, and
// eventually be collected. This in turn could result in the transaction not being committed to the wallet
// at all.
runningBroadcasts.add(broadcast);