Skip to content

Commit

Permalink
Merge pull request #262 from autotunafish/main
Browse files Browse the repository at this point in the history
Update constants.rs
  • Loading branch information
aphelionz authored Dec 3, 2024
2 parents 3227315 + d072e72 commit 22ba510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol/message/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub const HEADER_LEN: usize = 24;
pub const MAX_MESSAGE_LEN: usize = 2 * 1024 * 1024;

/// The current network protocol version number.
pub const PROTOCOL_VERSION: u32 = 170_100;
pub const PROTOCOL_VERSION: u32 = 170_120;
/// The current network version identifier.
pub const MAGIC_TESTNET: [u8; MAGIC_LEN] = [0xfa, 0x1a, 0xf9, 0xbf];
pub const MAGIC_MAINNET: [u8; MAGIC_LEN] = [0x24, 0xe9, 0x27, 0x64];
Expand Down

0 comments on commit 22ba510

Please sign in to comment.