We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64104b commit 45a1847Copy full SHA for 45a1847
types/src/v18/mod.rs
@@ -1,10 +1,5 @@
1
// SPDX-License-Identifier: CC0-1.0
2
3
-// TODO: Work out how to solve the problem that the docs on the re-exported types are for v17.
4
-//
5
-// We probably need to write a script to pull the v18 docs from Core (code base or RPC call) and
6
-// check them against the v17 docs for differences.
7
-
8
//! # JSON-RPC types for Bitcoin Core `v0.18`
9
//!
10
//! These structs are shaped for the JSON data returned by the JSON-RPC API. They use stdlib types
0 commit comments