Skip to content

Commit

Permalink
Merge pull request #236 from rustaceanrob/fixes-12-6
Browse files Browse the repository at this point in the history
Misc fixes to docs
  • Loading branch information
rustaceanrob authored Dec 6, 2024
2 parents 183d397 + ba81b2f commit 287227d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@
- [x] MacOS, Windows, Linux
- [x] 1.63, stable, beta, nightly
- [x] Format and clippy
- [ ] Regtest sync with Bitcoin Core
- [x] Regtest sync with Bitcoin Core
- [x] On PR
1 change: 0 additions & 1 deletion src/chain/block_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ mod test {
}

#[tokio::test]
#[ignore = "wastes time"]
async fn test_laggy_peer() {
use std::time::Duration;
let hash_1 =
Expand Down
4 changes: 3 additions & 1 deletion src/core/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,9 @@ macro_rules! impl_core_client {
.map_err(|_| FetchHeaderError::RecvError)?
}

/// Request a block be fetched.
/// Request a block be fetched. Note that this method will request a block
/// from a connected peer's inventory, and may take an indefinite amount of
/// time, until a peer responds.
///
/// # Errors
///
Expand Down

0 comments on commit 287227d

Please sign in to comment.