move min bootstrap and traffic to v16 (#2363)
This commit is contained in:
parent
49bedfc566
commit
1c82df3991
1 changed files with 2 additions and 2 deletions
|
@ -336,10 +336,10 @@ public:
|
|||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue