Bump protocol version
This commit is contained in:
parent
12bc50c773
commit
165cc91fbb
1 changed files with 3 additions and 1 deletions
|
@ -372,10 +372,12 @@ public:
|
|||
|
||||
/** Initial value is ACTIVE_NETWORK compile flag, but can be overridden by a CLI flag */
|
||||
static nano::networks active_network;
|
||||
|
||||
/** Current protocol version */
|
||||
uint8_t const protocol_version = 0x13;
|
||||
uint8_t const protocol_version = 0x14;
|
||||
/** Minimum accepted protocol version */
|
||||
uint8_t const protocol_version_min = 0x12;
|
||||
|
||||
/** Minimum accepted protocol version used when bootstrapping */
|
||||
uint8_t const bootstrap_protocol_version_min = 0x13;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue