Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
coranos committed Feb 27, 2024
1 parent 1c8fee4 commit 008802e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nano/lib/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ class network_constants
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;
};
Expand Down

0 comments on commit 008802e

Please sign in to comment.