diff --git a/core/src/main/java/com/google/bitcoin/core/Wallet.java b/core/src/main/java/com/google/bitcoin/core/Wallet.java index 863f4428..4f733d2f 100644 --- a/core/src/main/java/com/google/bitcoin/core/Wallet.java +++ b/core/src/main/java/com/google/bitcoin/core/Wallet.java @@ -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 - * received by a call to @{link receivePending}.

+ * received by a call to {@link #receivePending}.

* * 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