Skip to content

Commit

Permalink
move min bootstrap and traffic to v16 (#2363)
Browse files Browse the repository at this point in the history
  • Loading branch information
Russel Waters committed Oct 24, 2019
1 parent 49bedfc commit 1c82df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nano/secure/common.hpp
Expand Up @@ -336,10 +336,10 @@ class protocol_constants
uint8_t protocol_version = 0x11;

/** Minimum accepted protocol version */
uint8_t protocol_version_min = 0x0d;
uint8_t protocol_version_min = 0x10;

/** Do not bootstrap from nodes older than this version. */
uint8_t protocol_version_bootstrap_min = 0x0d;
uint8_t protocol_version_bootstrap_min = 0x10;

/** Do not lazy bootstrap from nodes older than this version. */
uint8_t protocol_version_bootstrap_lazy_min = 0x10;
Expand Down

0 comments on commit 1c82df3

Please sign in to comment.