mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 03:21:23 +00:00
LegacyAddress: Update outdated JavaDoc reference.
It suggests using a deprecated method.
This commit is contained in:
committed by
Andreas Schildbach
parent
8b1c332fb6
commit
11bbcbea2e
@@ -53,7 +53,7 @@ public class LegacyAddress extends Address {
|
||||
|
||||
/**
|
||||
* Private constructor. Use {@link #fromBase58(NetworkParameters, String)},
|
||||
* {@link #fromPubKeyHash(NetworkParameters, byte[])}, {@link #fromP2SHHash(NetworkParameters, byte[])} or
|
||||
* {@link #fromPubKeyHash(NetworkParameters, byte[])}, {@link #fromScriptHash(NetworkParameters, byte[])} or
|
||||
* {@link #fromKey(NetworkParameters, ECKey)}.
|
||||
*
|
||||
* @param params
|
||||
|
Reference in New Issue
Block a user