Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/dashpay/dash into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Dec 9, 2024
2 parents 1315f8e + 7c00c86 commit 6946310
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

| Version | Supported |
| ------- | ------------------ |
| 21 | :white_check_mark: |
| 20.1 | :white_check_mark: |
| < 20.1 | :x: |
| 22 | :white_check_mark: |
| < 22 | :x: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ static const int INIT_PROTO_VERSION = 209;
static const int MIN_PEER_PROTO_VERSION = 70216;

//! minimum proto version of masternode to accept in DKGs
static const int MIN_MASTERNODE_PROTO_VERSION = 70233;
static const int MIN_MASTERNODE_PROTO_VERSION = 70235;

//! protocol version is included in MNAUTH starting with this version
static const int MNAUTH_NODE_VER_VERSION = 70218;
Expand Down

0 comments on commit 6946310

Please sign in to comment.