Delete unnecessary code

This commit is contained in:
Sik Yoon 2024-01-15 23:03:00 +09:00
parent bae51ccaae
commit 6adf6cab88

View File

@ -77,12 +77,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
let tx_task26 = tx_task1.clone(); // for Task#26 let tx_task26 = tx_task1.clone(); // for Task#26
let (tx1, mut rx1_1) = watch::channel(0); // local_epoch let (tx1, mut rx1_1) = watch::channel(0); // local_epoch
let mut rx1_2 = rx1_1.clone();
let mut rx1_3 = rx1_1.clone();
let mut rx1_4 = rx1_1.clone();
let mut rx1_5 = rx1_1.clone();
let mut rx1_6 = rx1_1.clone();
let mut rx1_7 = rx1_1.clone();
let (tx2, mut rx2) = watch::channel(0); // epoch_difference let (tx2, mut rx2) = watch::channel(0); // epoch_difference
// trade fee data // trade fee data