forked from Qortal/qortal
MIN_PEER_VERSION set to 4.0.0
This commit is contained in:
parent
3c4c5a1457
commit
b1a904a3c7
@ -265,7 +265,7 @@ public enum Handshake {
|
|||||||
private static final long PEER_VERSION_131 = 0x0100030001L;
|
private static final long PEER_VERSION_131 = 0x0100030001L;
|
||||||
|
|
||||||
/** Minimum peer version that we are allowed to communicate with */
|
/** Minimum peer version that we are allowed to communicate with */
|
||||||
private static final String MIN_PEER_VERSION = "3.8.2";
|
private static final String MIN_PEER_VERSION = "4.0.0";
|
||||||
|
|
||||||
private static final int POW_BUFFER_SIZE_PRE_131 = 8 * 1024 * 1024; // bytes
|
private static final int POW_BUFFER_SIZE_PRE_131 = 8 * 1024 * 1024; // bytes
|
||||||
private static final int POW_DIFFICULTY_PRE_131 = 8; // leading zero bits
|
private static final int POW_DIFFICULTY_PRE_131 = 8; // leading zero bits
|
||||||
|
Loading…
x
Reference in New Issue
Block a user