Skip to content

Commit

Permalink
Merge pull request #557 from dashpay/feat/core-v0.21.2
Browse files Browse the repository at this point in the history
Feat/core v0.21.2
  • Loading branch information
pankcuf authored Aug 7, 2024
2 parents 8d73d4b + 4db59f7 commit 4a5b845
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 70232
#define PROTOCOL_VERSION_MAINNET 70233
#define DEFAULT_MIN_PROTOCOL_VERSION_MAINNET 70228

#define PROTOCOL_VERSION_TESTNET 70232
#define PROTOCOL_VERSION_TESTNET 70233
#define DEFAULT_MIN_PROTOCOL_VERSION_TESTNET 70228

#define PROTOCOL_VERSION_DEVNET 70232
#define PROTOCOL_VERSION_DEVNET 70233
#define DEFAULT_MIN_PROTOCOL_VERSION_DEVNET 70228

#define PLATFORM_PROTOCOL_VERSION_MAINNET 1
Expand Down

0 comments on commit 4a5b845

Please sign in to comment.