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

Commit 25b4c7d

Browse files
committed
v17: Update key
Update the key docs now that we worked out that a bunch of RPC methods are either deprecated or do not return anything. We choose not to implement deprecated for v17 because v17.1 is so far back anyways. And obviously if nothing is returned we don't need a type for it.
1 parent 6ee7f43 commit 25b4c7d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

json/src/v17/mod.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
//! in the `model` module are version non-specific and are strongly typed using `rust-bitcoin`.
99
//!
1010
//! Key:
11-
//! - `[ ]` means not yet done.
12-
//! - `[x]` marks means implemented _and_ tested.
13-
//! - `[-]` means it was considered and intentionally not done.
11+
//! - `[ ]` Not yet done.
12+
//! - `[x]` Implemented _and_ tested.
13+
//! - `[-]` Intentionally not done, typically because method does not return anything, returns
14+
//! a single integer, or is deprecated.
1415
//!
1516
//! **== Blockchain ==**
1617
//! - [x] `getbestblockhash`

0 commit comments

Comments
 (0)