Misc cleanup

This commit is contained in:
Luke Parker
2022-10-16 09:16:44 -04:00
parent c53c15fd95
commit a0bc9dc3e5
3 changed files with 8 additions and 22 deletions

View File

@@ -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
}
}