mirror of
https://github.com/Qortal/qortal.git
synced 2025-06-22 07:01:21 +00:00
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
c3d225fc69
commit
cfa55afdfa
@ -4,7 +4,7 @@ import java.nio.ByteBuffer;
|
||||
|
||||
public class GenericUnknownMessage extends Message {
|
||||
|
||||
public static final long MINIMUM_PEER_VERSION = 0x03000400cbL;
|
||||
public static final long MINIMUM_PEER_VERSION = 0x0300060001L;
|
||||
|
||||
public GenericUnknownMessage() {
|
||||
super(MessageType.GENERIC_UNKNOWN);
|
||||
|
Loading…
x
Reference in New Issue
Block a user