Skip to content

Commit

Permalink
Merge pull request #533 from dashpay/feat/core-v0.20.1-support
Browse files Browse the repository at this point in the history
chore: bump up protocol version to 70231 (Core v0.20.1)
  • Loading branch information
pankcuf authored Mar 12, 2024
2 parents 9eaea1d + b1a7f32 commit a4a8466
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 a4a8466

Please sign in to comment.