remove test unwrap
Some checks failed
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled

This commit is contained in:
Boog900 2024-06-13 15:10:57 +01:00
parent 91dcebe398
commit 28f1b70d7e
No known key found for this signature in database
GPG key ID: 42AB1287CB0041C2
2 changed files with 2 additions and 3 deletions

View file

@ -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

Binary file not shown.