3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-12 18:25:51 +00:00

Fix link in Wallet.notifyTransactionIsInBlock() JavaDoc.

This commit is contained in:
Andreas Schildbach 2014-06-09 19:22:57 +02:00 committed by Mike Hearn
parent b9dd0a5417
commit 70ce114d8e

View File

@ -1036,7 +1036,7 @@ public class Wallet extends BaseTaggableObject implements Serializable, BlockCha
/** /**
* Called by the {@link BlockChain} when we receive a new filtered block that contains a transactions previously * Called by the {@link BlockChain} when we receive a new filtered block that contains a transactions previously
* received by a call to @{link receivePending}.<p> * received by a call to {@link #receivePending}.<p>
* *
* This is necessary for the internal book-keeping Wallet does. When a transaction is received that sends us * This is necessary for the internal book-keeping Wallet does. When a transaction is received that sends us
* coins it is added to a pool so we can use it later to create spends. When a transaction is received that * coins it is added to a pool so we can use it later to create spends. When a transaction is received that