Change sync protocol ID (#2912)

This commit is contained in:
Arkadiy Paronyan 2016-10-27 13:49:44 +02:00 committed by GitHub
parent 02b6d3943d
commit bdc372462a

View File

@ -34,7 +34,7 @@ use std::str::FromStr;
use parking_lot::RwLock;
use chain::{ETH_PACKET_COUNT, SNAPSHOT_SYNC_PACKET_COUNT};
pub const WARP_SYNC_PROTOCOL_ID: ProtocolId = *b"bam";
pub const WARP_SYNC_PROTOCOL_ID: ProtocolId = *b"par";
/// Sync configuration
#[derive(Debug, Clone, Copy)]