This commit is contained in:
Anatoly Yakovenko
2018-05-30 11:54:53 -07:00
committed by Greg Fitzgerald
parent 46059a37eb
commit f5eedd2d19
6 changed files with 58 additions and 30 deletions

View File

@ -184,8 +184,8 @@ mod tests {
use server::Server;
use signature::{KeyPair, KeyPairUtil};
use std::io::sink;
use std::sync::Arc;
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::Arc;
use std::thread::sleep;
use std::time::Duration;
use transaction::{Instruction, Plan};