mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Misc cleanup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use std::sync::Arc;
|
||||
|
||||
use tokio::sync::{RwLock, mpsc};
|
||||
use tokio::sync::RwLock;
|
||||
|
||||
use tendermint_machine::{ext::*, Message, TendermintMachine, TendermintHandle};
|
||||
|
||||
@@ -87,7 +87,6 @@ impl TestNetwork {
|
||||
));
|
||||
}
|
||||
}
|
||||
dbg!("Created all machines");
|
||||
arc
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user