Bump protocol version
confirm_ack rebroadcasted flag public is_originator flag large confirm_ack messages
This commit is contained in:
parent
09bd4d29c5
commit
8478d12c3f
1 changed files with 3 additions and 3 deletions
|
|
@ -356,12 +356,12 @@ public:
|
|||
static nano::networks active_network;
|
||||
|
||||
/** Current protocol version */
|
||||
uint8_t const protocol_version = 0x14;
|
||||
uint8_t const protocol_version = 0x15;
|
||||
/** Minimum accepted protocol version */
|
||||
uint8_t const protocol_version_min = 0x12;
|
||||
uint8_t const protocol_version_min = 0x14;
|
||||
|
||||
/** Minimum accepted protocol version used when bootstrapping */
|
||||
uint8_t const bootstrap_protocol_version_min = 0x13;
|
||||
uint8_t const bootstrap_protocol_version_min = 0x14;
|
||||
};
|
||||
|
||||
std::string get_node_toml_config_path (std::filesystem::path const & data_path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue