mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 06:35:17 +01:00
VersionMessage: make a constant final
This commit is contained in:
parent
c3d20cb9b4
commit
74678d6abc
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ public class VersionMessage extends BaseMessage {
|
||||||
*/
|
*/
|
||||||
public boolean relayTxesBeforeFilter;
|
public boolean relayTxesBeforeFilter;
|
||||||
|
|
||||||
private static int NETADDR_BYTES = Services.BYTES + /* IPv6 */ 16 + /* port */ Short.BYTES;
|
private static final int NETADDR_BYTES = Services.BYTES + /* IPv6 */ 16 + /* port */ Short.BYTES;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Deserialize this message from a given payload.
|
* Deserialize this message from a given payload.
|
||||||
|
|
Loading…
Add table
Reference in a new issue