aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChris Capobianco <chris.capobianco@greenbricklabs.com>2019-05-14 12:46:24 -0400
committerChris Capobianco <chris.capobianco@greenbricklabs.com>2019-05-14 12:46:24 -0400
commite23809a05b22a5eec354d63980bbddf040d67c3f (patch)
tree3a19e49ae4f4655256d1ad1e5e42692e403708b7 /src
parent65526fc8666fef35ef908dbc225f706bef642c7e (diff)
downloadbitcoin-e23809a05b22a5eec354d63980bbddf040d67c3f.tar.xz
[rpc] deriveaddresses: Correct descriptor checksum in RPCExamples
Diffstat (limited to 'src')
-rw-r--r--src/rpc/misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp
index 7008a83143..72a2919712 100644
--- a/src/rpc/misc.cpp
+++ b/src/rpc/misc.cpp
@@ -204,7 +204,7 @@ UniValue deriveaddresses(const JSONRPCRequest& request)
},
RPCExamples{
"First three native segwit receive addresses\n" +
- HelpExampleCli("deriveaddresses", "\"wpkh([d34db33f/84h/0h/0h]xpub6DJ2dNUysrn5Vt36jH2KLBT2i1auw1tTSSomg8PhqNiUtx8QX2SvC9nrHu81fT41fvDUnhMjEzQgXnQjKEu3oaqMSzhSrHMxyyoEAmUHQbY/0/*)#trd0mf0l\" \"[0,2]\"")
+ HelpExampleCli("deriveaddresses", "\"wpkh([d34db33f/84h/0h/0h]xpub6DJ2dNUysrn5Vt36jH2KLBT2i1auw1tTSSomg8PhqNiUtx8QX2SvC9nrHu81fT41fvDUnhMjEzQgXnQjKEu3oaqMSzhSrHMxyyoEAmUHQbY/0/*)#cjjspncu\" \"[0,2]\"")
}}.ToString()
);
}