Implement graceful shutdown (#2812)
* Remove stop status mutex * remove some deadlocks * Rewrite stop channel handling * fix deadlock in peers object * add missing test fixes
This commit is contained in:
committed by
Ignotus Peverell
parent
884851cdeb
commit
9ab23f6eef
+1
-2
@@ -434,8 +434,7 @@ impl<'de> serde::de::Deserialize<'de> for OutputPrintable {
|
||||
}
|
||||
|
||||
if output_type.is_none()
|
||||
|| commit.is_none()
|
||||
|| spent.is_none()
|
||||
|| commit.is_none() || spent.is_none()
|
||||
|| proof_hash.is_none()
|
||||
|| mmr_index.is_none()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user