mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-01 21:17:13 +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());
|
throw new IllegalArgumentException(address.toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @deprecated Use {@link #isPubKeyHashMine(byte[], ScriptType))} */
|
/** @deprecated Use {@link #isPubKeyHashMine(byte[], ScriptType)} */
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public boolean isPubKeyHashMine(byte[] pubKeyHash) {
|
public boolean isPubKeyHashMine(byte[] pubKeyHash) {
|
||||||
return isPubKeyHashMine(pubKeyHash, Script.ScriptType.P2PKH);
|
return isPubKeyHashMine(pubKeyHash, Script.ScriptType.P2PKH);
|
||||||
|
|||||||
Reference in New Issue
Block a user