startup fixes

This commit is contained in:
viraladmin 2026-06-28 16:33:59 -06:00
parent f03367c3d7
commit f9ed67cbc4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ lazy_static! {
static ref ADDRESS_MAP: Mutex<HashMap<String, NodeInfo>> = Mutex::new(HashMap::new());
}
pub const SELF_ADD_BLOCK: u32 = 34_000;
pub const SELF_ADD_BLOCK: u32 = 0;
pub const SELF_ADD_WINDOW_BLOCKS: u32 = 10_000;
static NODE_RUNTIME_STARTED_MILLIS: OnceLock<u64> = OnceLock::new();