mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-16 15:58:17 +00:00
remove test unwrap
This commit is contained in:
parent
91dcebe398
commit
28f1b70d7e
2 changed files with 2 additions and 3 deletions
|
@ -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,
|
||||
)
|
||||
});
|
||||
|
||||
|
|
BIN
p2p_store
BIN
p2p_store
Binary file not shown.
Loading…
Reference in a new issue