Skip to content

Commit

Permalink
chore: set current protocol version to 70232 (Core 21)
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jun 25, 2024
1 parent d0d6eb5 commit 3de5ce5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/main/java/org/bitcoinj/core/NetworkParameters.java
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,9 @@ public static enum ProtocolVersion {
SMNLE_VERSIONED(70228),
MNLISTDIFF_VERSION_ORDER(70229),
MNLISTDIFF_CHAINLOCKS(70230),
CURRENT(70230); //testnet is still 70228
CORE_20_1(70231),
CORE_21(70232),
CURRENT(70232); //testnet is still 70228

private final int bitcoinProtocol;

Expand Down

0 comments on commit 3de5ce5

Please sign in to comment.