NetworkParameters: remove obsolete reference to acceptableAddress in JavaDoc

acceptableAddressCodes[] was removed in 2018.
This commit is contained in:
Sean Gilligan 2022-08-06 08:42:23 -07:00 committed by Andreas Schildbach
parent 6a032bf001
commit 13aee43443

View File

@ -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() {