Skip to content

Commit

Permalink
chore: bump up protocol version to 70231 (Core v0.20.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankcuf committed Mar 12, 2024
1 parent 9eaea1d commit b1a7f32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DashSync/shared/Models/Chain/DSChainConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
#define TESTNET_DAPI_GRPC_STANDARD_PORT 3010
#define DEVNET_DAPI_GRPC_STANDARD_PORT 3010

#define PROTOCOL_VERSION_MAINNET 70230
#define PROTOCOL_VERSION_MAINNET 70231
#define DEFAULT_MIN_PROTOCOL_VERSION_MAINNET 70228

#define PROTOCOL_VERSION_TESTNET 70230
#define PROTOCOL_VERSION_TESTNET 70231
#define DEFAULT_MIN_PROTOCOL_VERSION_TESTNET 70228

#define PROTOCOL_VERSION_DEVNET 70230
#define PROTOCOL_VERSION_DEVNET 70231
#define DEFAULT_MIN_PROTOCOL_VERSION_DEVNET 70228

#define PLATFORM_PROTOCOL_VERSION_MAINNET 1
Expand Down

0 comments on commit b1a7f32

Please sign in to comment.