mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
Wallet: Fix a reference in JavaDoc.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user