diff --git a/p2p/cuprate-p2p/src/block_downloader.rs b/p2p/cuprate-p2p/src/block_downloader.rs index 8005b7fe..1f5adcdd 100644 --- a/p2p/cuprate-p2p/src/block_downloader.rs +++ b/p2p/cuprate-p2p/src/block_downloader.rs @@ -476,13 +476,12 @@ where self.block_download_tasks.spawn(async move { ( block_entry_to_get.start_height, - Ok(request_batch_from_peer( + request_batch_from_peer( client, block_entry_to_get.ids, block_entry_to_get.start_height, ) - .await - .unwrap()), + .await, ) }); diff --git a/p2p_store b/p2p_store index 82c87be1..e1d2a341 100644 Binary files a/p2p_store and b/p2p_store differ