mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-13 11:12:31 +00:00
BlockSummariesV2Message.MINIMUM_PEER_VERSION set to 3.6.1
This commit is contained in:
parent
94cdc10151
commit
e80dd31fb4
@ -15,7 +15,7 @@ import java.util.List;
|
||||
|
||||
public class BlockSummariesV2Message extends Message {
|
||||
|
||||
public static final long MINIMUM_PEER_VERSION = 0x03000400cbL;
|
||||
public static final long MINIMUM_PEER_VERSION = 0x0300060001L;
|
||||
|
||||
private static final int BLOCK_SUMMARY_V2_LENGTH = BlockTransformer.BLOCK_SIGNATURE_LENGTH /* block signature */
|
||||
+ Transformer.PUBLIC_KEY_LENGTH /* minter public key */
|
||||
|
Loading…
x
Reference in New Issue
Block a user