Increase network version.
This commit is contained in:
parent
3dec29d359
commit
f81f53f9ea
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ size_t constexpr rai::message::bootstrap_server_position;
|
|||
std::bitset <16> constexpr rai::message::block_type_mask;
|
||||
|
||||
rai::message::message (rai::message_type type_a) :
|
||||
version_max (0x02),
|
||||
version_using (0x02),
|
||||
version_max (0x03),
|
||||
version_using (0x03),
|
||||
version_min (0x01),
|
||||
type (type_a)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue