Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 1a8d321

Browse files
committed
client: Fix typos in crate docs
The clients are version specific, remove mention of `v22`. While we are at it fix typo in re-export.
1 parent 2759dfb commit 1a8d321

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/client_sync/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: CC0-1.0
22

3-
//! A JSON-RPC client for testing against Bitcoin Core v22.
3+
//! JSON-RPC clients for testing against specific versions of Bitcoin Core.
44
55
mod error;
66
pub mod v17;

client/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/// Re-export the `rust-bitcoin` crate.
66
pub extern crate bitcoin;
77

8-
/// Re-export the `rust-bitcoin-json-rpc-tyes` crate.
8+
/// Re-export the `rust-bitcoin-json-rpc-types` crate.
99
pub extern crate json;
1010

1111
#[cfg(feature = "client-sync")]

0 commit comments

Comments
 (0)