From 309e39999f24b637a7e8489c226318abf0a52de4 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 30 Jan 2025 18:56:44 +0100 Subject: [PATCH] small tweak --- satrs-minisim/src/controller.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/satrs-minisim/src/controller.rs b/satrs-minisim/src/controller.rs index 7690841..e3f1544 100644 --- a/satrs-minisim/src/controller.rs +++ b/satrs-minisim/src/controller.rs @@ -18,10 +18,10 @@ use crate::{ const WARNING_FOR_STALE_DATA: bool = false; -const SIM_CTRL_REQ_WIRETAPPING: bool = true; -const MGM_REQ_WIRETAPPING: bool = true; -const PCDU_REQ_WIRETAPPING: bool = true; -const MGT_REQ_WIRETAPPING: bool = true; +const SIM_CTRL_REQ_WIRETAPPING: bool = false; +const MGM_REQ_WIRETAPPING: bool = false; +const PCDU_REQ_WIRETAPPING: bool = false; +const MGT_REQ_WIRETAPPING: bool = false; pub struct ModelAddrWrapper { mgm_addr: Address>,