Skip to content

Commit 340a3e8

Browse files
committed
Update rustdocs for the Hidden RPC client
The hidden module had a copy-paste error and stated it was for the generating section. Update the documentation to state that the methods are hidden and not shown in the COre API docs.
1 parent e022b7c commit 340a3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/client_sync/v21/hidden.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
//! Macros for implementing JSON-RPC methods on a client.
44
//!
5-
//! Specifically this is methods found under the `== Generating ==` section of the
5+
//! Specifically this is `== Hidden ==` methods that are not listed in the
66
//! API docs of Bitcoin Core `v0.21`.
77
//!
88
//! All macros require `Client` to be in scope.

0 commit comments

Comments
 (0)