Reduced IO messages; removed panics on IO notifications (#1457)
This commit is contained in:
committed by
Gav Wood
parent
1fdbfa14ad
commit
60b70dada1
@@ -359,7 +359,7 @@ impl<V> Client<V> where V: Verifier {
|
||||
invalid: invalid_blocks,
|
||||
enacted: enacted,
|
||||
retracted: retracted,
|
||||
})).unwrap();
|
||||
})).unwrap_or_else(|e| warn!("Error sending IO notification: {:?}", e));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user