Delete unnecessary code
This commit is contained in:
parent
bae51ccaae
commit
6adf6cab88
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user