Update peer.rs

This commit is contained in:
inkcmd 2025-06-21 20:49:13 +03:00 committed by GitHub
parent 85261271e8
commit c28d02854c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,6 @@ use std::{
time::Instant,
};
use hex;
pub const IP_CHANGE_DUR: u64 = 180;
pub const IP_CHANGE_DUR_X2: u64 = IP_CHANGE_DUR * 2;