Skip to content

Commit

Permalink
Set BlockV2Message min peer version to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
archived-2 committed Jun 4, 2022
1 parent b92b1fe commit 4965cb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class BlockV2Message extends Message {

private static final Logger LOGGER = LogManager.getLogger(BlockV2Message.class);
public static final long MIN_PEER_VERSION = 0x3000300cbL; // 3.3.203
public static final long MIN_PEER_VERSION = 0x300030003L; // 3.3.3

private BlockData blockData;
private List<TransactionData> transactions;
Expand Down

0 comments on commit 4965cb7

Please sign in to comment.