We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d24904 + 8b0a314 commit 099539bCopy full SHA for 099539b
stackslib/src/core/mod.rs
@@ -61,7 +61,7 @@ pub const PEER_VERSION_EPOCH_3_0: u8 = 0x0b;
61
62
// this should be updated to the latest network epoch version supported by
63
// this node. this will be checked by the `validate_epochs()` method.
64
-pub const PEER_NETWORK_EPOCH: u32 = PEER_VERSION_EPOCH_3_0 as u32;
+pub const PEER_NETWORK_EPOCH: u32 = PEER_VERSION_EPOCH_2_5 as u32;
65
66
// set the fourth byte of the peer version
67
pub const PEER_VERSION_MAINNET: u32 = PEER_VERSION_MAINNET_MAJOR | PEER_NETWORK_EPOCH;
0 commit comments