It fully works!

This commit is contained in:
Igor Katson 2024-08-20 21:22:56 +01:00
parent 2fee0ca8c2
commit 29c46f2579
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 26 additions and 10 deletions

View file

@ -99,7 +99,10 @@ impl TorrentStateInitializing {
)
.initial_check(&self.checked_bytes)
})?;
bitv_factory.store_initial_check(id, have_pieces).await?
bitv_factory
.store_initial_check(id, have_pieces)
.await
.context("error storing initial check bitfield")?
}
};