Initial sync block stuck. Block import logs (#318)
This commit is contained in:
@@ -683,6 +683,11 @@ impl<K: Kind> VerificationQueue<K> {
|
||||
}
|
||||
}
|
||||
|
||||
/// Reset verification ready signal so that it allows other threads to send IoMessage to Client
|
||||
pub fn reset_verification_ready_signal(&self) {
|
||||
self.ready_signal.reset();
|
||||
}
|
||||
|
||||
/// Returns true if there is nothing currently in the queue.
|
||||
pub fn is_empty(&self) -> bool {
|
||||
let v = &self.verification;
|
||||
|
||||
Reference in New Issue
Block a user