Fix test compilation.

This commit is contained in:
Gav Wood
2016-06-29 22:05:00 +02:00
parent f24ba94fbd
commit 86ba6f1912
3 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,6 @@ impl Miner {
next_allowed_reseal: Mutex::new(Instant::now()),
sealing_block_last_request: Mutex::new(0),
sealing_work: Mutex::new(UsingQueue::new(options.work_queue_size)),
options: options,
gas_range_target: RwLock::new((U256::zero(), U256::zero())),
author: RwLock::new(Address::default()),
extra_data: RwLock::new(Vec::new()),