Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(p2p/liveness): remove fallible unwrap (#4784)
Description --- Removed stray unwrap in liveness service Motivation and Context --- Caused a base node to panic in stress test conditions. ``` thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: DhtOutboundError(RequesterReplyChannelClosed)', base_layer\p2p\src\services\liveness\service.rs:164:71 ``` How Has This Been Tested? --- Tests pass
- Loading branch information