diff options
| author | Chris Capobianco <[email protected]> | 2019-05-14 12:46:24 -0400 |
|---|---|---|
| committer | Chris Capobianco <[email protected]> | 2019-05-14 12:46:24 -0400 |
| commit | e23809a05b22a5eec354d63980bbddf040d67c3f (patch) | |
| tree | 3a19e49ae4f4655256d1ad1e5e42692e403708b7 /src/rpc/misc.cpp | |
| parent | Merge #15777: [docs] Add doxygen comments for keypool classes (diff) | |
| download | discoin-e23809a05b22a5eec354d63980bbddf040d67c3f.tar.xz discoin-e23809a05b22a5eec354d63980bbddf040d67c3f.zip | |
[rpc] deriveaddresses: Correct descriptor checksum in RPCExamples
Diffstat (limited to 'src/rpc/misc.cpp')
| -rw-r--r-- | src/rpc/misc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp index 7008a8314..72a291971 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() ); } |