mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 02:35:52 +00:00
Address: serialize network parameters in Java serialization as well.
This commit is contained in:
parent
8e75134932
commit
f12122f585
@ -42,7 +42,7 @@ public class Address extends VersionedChecksummedBytes {
|
||||
*/
|
||||
public static final int LENGTH = 20;
|
||||
|
||||
transient final NetworkParameters params;
|
||||
private final NetworkParameters params;
|
||||
|
||||
/**
|
||||
* Construct an address from parameters, the address version, and the hash160 form. Example:<p>
|
||||
@ -121,7 +121,7 @@ public class Address extends VersionedChecksummedBytes {
|
||||
return bytes;
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Returns true if this address is a Pay-To-Script-Hash (P2SH) address.
|
||||
* See also https://github.com/bitcoin/bips/blob/master/bip-0013.mediawiki: Address Format for pay-to-script-hash
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user