move min bootstrap and traffic to v16 (#2363)

This commit is contained in:
Russel Waters 2019-10-24 16:21:58 -04:00 committed by GitHub
commit 1c82df3991
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;