Skip to content

Commit 9fd2efe

Browse files
authored
Merge pull request #264 from dismad/main
Update constants.rs NU 6.1
2 parents 22ba510 + 85cecf8 commit 9fd2efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocol/message/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub const HEADER_LEN: usize = 24;
1212
pub const MAX_MESSAGE_LEN: usize = 2 * 1024 * 1024;
1313

1414
/// The current network protocol version number.
15-
pub const PROTOCOL_VERSION: u32 = 170_120;
15+
pub const PROTOCOL_VERSION: u32 = 170_140;
1616
/// The current network version identifier.
1717
pub const MAGIC_TESTNET: [u8; MAGIC_LEN] = [0xfa, 0x1a, 0xf9, 0xbf];
1818
pub const MAGIC_MAINNET: [u8; MAGIC_LEN] = [0x24, 0xe9, 0x27, 0x64];

0 commit comments

Comments
 (0)