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

Commit 9346904

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 21991fd commit 9346904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json/src/v17/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
//!
1010
//! Key:
1111
//! - `[ ]` means not yet done.
12-
//! - `[x]` marks means implemented _and_ tested.
13-
//! - `[-]` means it was considered and intentionally not done.
12+
//! - `[x]` means implemented _and_ tested.
13+
//! - `[-]` means intentionally not done, typically because method does not return anything or is deprecated.
1414
//!
1515
//! **== Blockchain ==**
1616
//! - [x] `getbestblockhash`

0 commit comments

Comments
 (0)