Wallet: Fix a reference in JavaDoc.

This commit is contained in:
Andreas Schildbach
2019-02-17 16:25:46 +01:00
parent 214e835233
commit 23e6862e9c

View File

@@ -1172,7 +1172,7 @@ public class Wallet extends BaseTaggableObject
throw new IllegalArgumentException(address.toString());
}
/** @deprecated Use {@link #isPubKeyHashMine(byte[], ScriptType))} */
/** @deprecated Use {@link #isPubKeyHashMine(byte[], ScriptType)} */
@Deprecated
public boolean isPubKeyHashMine(byte[] pubKeyHash) {
return isPubKeyHashMine(pubKeyHash, Script.ScriptType.P2PKH);