Skip to content

Commit

Permalink
Bump protocol version to Protocol V13
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeene committed Aug 12, 2018
1 parent 595d514 commit 01b47f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rai/secure/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct hash<rai::uint256_union>
}
namespace rai
{
const uint8_t protocol_version = 0x0c;
const uint8_t protocol_version = 0x0d;
const uint8_t protocol_version_min = 0x07;
const uint8_t node_id_version = 0x0c;

Expand Down

0 comments on commit 01b47f2

Please sign in to comment.