Merge pull request #1662 from ethcore/fixed_failing_master
fixed failing master
This commit is contained in:
commit
615fca5dc5
@ -253,7 +253,7 @@ impl Client {
|
||||
pub fn flush_queue(&self) {
|
||||
self.block_queue.flush();
|
||||
while !self.block_queue.queue_info().is_empty() {
|
||||
self.import_verified_blocks(&IoChannel::disconnected());
|
||||
self.import_verified_blocks();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user