mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-20 02:09:29 +01:00
NetworkParameters: remove obsolete reference to acceptableAddress in JavaDoc
acceptableAddressCodes[] was removed in 2018.
This commit is contained in:
parent
6a032bf001
commit
13aee43443
@ -301,9 +301,7 @@ public abstract class NetworkParameters {
|
||||
}
|
||||
|
||||
/**
|
||||
* First byte of a base58 encoded address. See {@link LegacyAddress}. This is the same as acceptableAddressCodes[0] and
|
||||
* is the one used for "normal" addresses. Other types of address may be encountered with version codes found in
|
||||
* the acceptableAddressCodes array.
|
||||
* First byte of a base58 encoded address. See {@link LegacyAddress}.
|
||||
* @return the header value
|
||||
*/
|
||||
public int getAddressHeader() {
|
||||
|
Loading…
Reference in New Issue
Block a user