fixed failing master
This commit is contained in:
parent
038862fa9d
commit
f31e7d54af
@ -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