Skip to content

Commit

Permalink
Bump min network version to 22 (#3778)
Browse files Browse the repository at this point in the history
  • Loading branch information
dguenther authored Apr 12, 2023
1 parent f483d9a commit c76c772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ironfish/src/network/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */

export const VERSION_PROTOCOL = 21
export const VERSION_PROTOCOL_MIN = 19
export const VERSION_PROTOCOL = 22
export const VERSION_PROTOCOL_MIN = 22

export const MAX_REQUESTED_HEADERS = 1024
export const MAX_HEADER_LOOKUPS = MAX_REQUESTED_HEADERS * 2
Expand Down

0 comments on commit c76c772

Please sign in to comment.