diff --git a/substrate/core/network/src/protocol/sync/extra_requests.rs b/substrate/core/network/src/protocol/sync/extra_requests.rs index d35084d2d58f1adf9deece5440a9943a738587c4..9bc94d402cedaf9247770f5910a2e780d0a214b9 100644 --- a/substrate/core/network/src/protocol/sync/extra_requests.rs +++ b/substrate/core/network/src/protocol/sync/extra_requests.rs @@ -146,7 +146,6 @@ impl<B: BlockT> ExtraRequests<B> { Err(fork_tree::Error::Revert) => { // we might have finalized further already in which case we // will get a `Revert` error which we can safely ignore. - return Ok(()); }, Err(err) => return Err(err), Ok(_) => {},