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 2713fc3 commit 5f55e62Copy full SHA for 5f55e62
client/src/client_sync/v21/wallet.rs
@@ -10,6 +10,9 @@
10
//! See or use the `define_jsonrpc_minreq_client!` macro to define a `Client`.
11
12
/// Implements Bitcoin Core JSON-RPC API method `createwallet` with descriptors=true (descriptor wallet)
13
+///
14
+/// This is a helper function only needed in v21 and v22 to create a wallet with descriptors.
15
+/// From v23 onwards descriptors=true is the default.
16
#[macro_export]
17
macro_rules! impl_client_v21__create_wallet_with_descriptors {
18
() => {
0 commit comments