forked from Qortal/qortal
GenericUnknownMessage.MINIMUM_PEER_VERSION set to 3.6.1.
This should ideally have been set in the 3.6.1 release, but not setting it is unlikely to have caused any problems.
This commit is contained in:
parent
2d58118d7c
commit
cb1eee8ff5
@ -4,7 +4,7 @@ import java.nio.ByteBuffer;
|
|||||||
|
|
||||||
public class GenericUnknownMessage extends Message {
|
public class GenericUnknownMessage extends Message {
|
||||||
|
|
||||||
public static final long MINIMUM_PEER_VERSION = 0x03000400cbL;
|
public static final long MINIMUM_PEER_VERSION = 0x0300060001L;
|
||||||
|
|
||||||
public GenericUnknownMessage() {
|
public GenericUnknownMessage() {
|
||||||
super(MessageType.GENERIC_UNKNOWN);
|
super(MessageType.GENERIC_UNKNOWN);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user